From fe932cdaea82d7db91d492fb0ff9cb7230965b48 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Jul 2018 06:32:57 +0000 Subject: [PATCH] fix: Gemfile.lock & Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-RAILSADMIN-22043 --- Gemfile | 2 +- Gemfile.lock | 161 ++++++--------------------------------------------- 2 files changed, 18 insertions(+), 145 deletions(-) diff --git a/Gemfile b/Gemfile index 413ee03..21179fe 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ gem 'rails_12factor', group: :production gem 'geocoder' -gem 'rails_admin' +gem 'rails_admin', '>= 1.1.1' gem 'kaminari' diff --git a/Gemfile.lock b/Gemfile.lock index 99b74f0..1ee71de 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -34,7 +34,7 @@ GEM json (~> 1.4) nokogiri (>= 1.4.4) bcrypt (3.1.10) - builder (3.2.2) + builder (3.2.3) climate_control (0.0.3) activesupport (>= 3.0) cocaine (0.5.7) @@ -45,7 +45,8 @@ GEM coffee-script (2.4.1) coffee-script-source execjs - coffee-script-source (1.9.1.1) + coffee-script-source (1.12.2) + concurrent-ruby (1.0.5) devise (3.5.2) bcrypt (~> 3.0) orm_adapter (~> 0.1) @@ -54,155 +55,27 @@ GEM thread_safe (~> 0.1) warden (~> 1.2.3) erubis (2.7.0) - execjs (2.6.0) - font-awesome-rails (4.4.0.0) - railties (>= 3.2, < 5.0) + execjs (2.7.0) + font-awesome-rails (4.7.0.4) + railties (>= 3.2, < 6.0) geocoder (1.2.11) - haml (4.0.7) + haml (5.0.4) + temple (>= 0.8.0) tilt hike (1.2.3) - i18n (0.7.0) + i18n (0.9.5) + concurrent-ruby (~> 1.0) jbuilder (2.3.2) activesupport (>= 3.0.0, < 5) multi_json (~> 1.2) - jquery-rails (3.1.4) + jquery-rails (3.1.5) railties (>= 3.0, < 5.0) thor (>= 0.14, < 2.0) jquery-ui-rails (5.0.5) railties (>= 3.2.16) - json (1.8.3) - kaminari (0.16.3) - actionpack (>= 3.0.0) - activesupport (>= 3.0.0) - libv8 (3.16.14.13) - mail (2.6.3) - mime-types (>= 1.16, < 3) - mime-types (2.6.2) - mimemagic (0.3.0) - mini_portile (0.6.2) - minitest (5.8.1) - multi_json (1.11.2) - nested_form (0.3.2) - nokogiri (1.6.6.2) - mini_portile (~> 0.6.0) - orm_adapter (0.5.0) - paperclip (4.3.1) - activemodel (>= 3.2.0) - activesupport (>= 3.2.0) - cocaine (~> 0.5.5) - mime-types - mimemagic (= 0.3.0) - pg (0.18.3) - rack (1.5.5) - rack-pjax (0.8.0) - nokogiri (~> 1.5) - rack (~> 1.1) - rack-test (0.6.3) - rack (>= 1.0) - rails (4.1.8) - actionmailer (= 4.1.8) - actionpack (= 4.1.8) - actionview (= 4.1.8) - activemodel (= 4.1.8) - activerecord (= 4.1.8) - activesupport (= 4.1.8) - bundler (>= 1.3.0, < 2.0) - railties (= 4.1.8) - sprockets-rails (~> 2.0) - rails_12factor (0.0.3) - rails_serve_static_assets - rails_stdout_logging - rails_admin (0.7.0) - builder (~> 3.1) - coffee-rails (~> 4.0) - font-awesome-rails (>= 3.0, < 5) - haml (~> 4.0) - jquery-rails (>= 3.0, < 5) - jquery-ui-rails (~> 5.0) - kaminari (~> 0.14) - nested_form (~> 0.3) - rack-pjax (~> 0.7) - rails (~> 4.0) - remotipart (~> 1.0) - safe_yaml (~> 1.0) - sass-rails (>= 4.0, < 6) - rails_serve_static_assets (0.0.4) - rails_stdout_logging (0.0.4) - railties (4.1.8) - actionpack (= 4.1.8) - activesupport (= 4.1.8) - rake (>= 0.8.7) - thor (>= 0.18.1, < 2.0) - rake (10.4.2) - rdoc (4.2.0) - ref (2.0.0) - remotipart (1.2.1) - responders (1.1.2) - railties (>= 3.2, < 4.2) - safe_yaml (1.0.4) - sass (3.2.19) - sass-rails (4.0.5) - railties (>= 4.0.0, < 5.0) - sass (~> 3.2.2) - sprockets (~> 2.8, < 3.0) - sprockets-rails (~> 2.0) - sdoc (0.4.1) - json (~> 1.7, >= 1.7.7) - rdoc (~> 4.0) - spring (1.4.0) - sprockets (2.12.4) - hike (~> 1.2) - multi_json (~> 1.0) - rack (~> 1.0) - tilt (~> 1.1, != 1.3.0) - sprockets-rails (2.3.3) - actionpack (>= 3.0) - activesupport (>= 3.0) - sprockets (>= 2.8, < 4.0) - therubyracer (0.12.2) - libv8 (~> 3.16.14.0) - ref - thor (0.19.1) - thread_safe (0.3.5) - tilt (1.4.1) - turbolinks (2.5.3) - coffee-rails - twitter-bootstrap-rails (3.2.0) - actionpack (~> 4.1) - execjs (~> 2.2) - rails (~> 4.1) - railties (~> 4.1) - tzinfo (1.2.2) - thread_safe (~> 0.1) - uglifier (2.7.2) - execjs (>= 0.3.0) - json (>= 1.8.0) - warden (1.2.3) - rack (>= 1.0) - -PLATFORMS - ruby - -DEPENDENCIES - aws-sdk (< 2.0) - coffee-rails (~> 4.0.0) - devise - geocoder - jbuilder (~> 2.0) - jquery-rails - kaminari - paperclip (~> 4.3) - pg - rails (= 4.1.8) - rails_12factor - rails_admin - sass-rails (~> 4.0.3) - sdoc (~> 0.4.0) - spring - therubyracer - turbolinks - twitter-bootstrap-rails - uglifier (>= 1.3.0) - -BUNDLED WITH - 1.10.6 + json (1.8.6) + kaminari (1.1.1) + activesupport (>= 4.1.0) + kaminari-actionview (= 1.1.1) + kaminari-activerecord (= 1.1.1) + kaminari-core (= ... \ No newline at end of file