diff --git a/railsapp/Gemfile b/railsapp/Gemfile index 4338239..5f8bf17 100644 --- a/railsapp/Gemfile +++ b/railsapp/Gemfile @@ -52,7 +52,7 @@ end gem 'devise', '~> 4.7.1' gem 'paper_trail', '~> 9.1.1' gem 'twitter-bootstrap-rails', '~> 4.0.0' -gem 'carrierwave', '~> 1.2.2' +gem 'carrierwave', '~> 1.3.2' gem 'kaminari', '~> 1.2.1' gem 'font-awesome-rails', '~> 4.7' gem "jquery-rails" diff --git a/railsapp/Gemfile.lock b/railsapp/Gemfile.lock index 27bb3f4..3ef6298 100644 --- a/railsapp/Gemfile.lock +++ b/railsapp/Gemfile.lock @@ -52,10 +52,11 @@ GEM rack (>= 1.0.0) rack-test (>= 0.5.4) xpath (>= 2.0, < 4.0) - carrierwave (1.2.3) + carrierwave (1.3.2) activemodel (>= 4.0.0) activesupport (>= 4.0.0) mime-types (>= 1.16) + ssrf_filter (~> 1.0) childprocess (3.0.0) chronic (0.10.2) coffee-rails (4.2.2) @@ -66,7 +67,7 @@ GEM execjs coffee-script-source (1.12.2) commonjs (0.2.7) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.8) crass (1.0.6) devise (4.7.1) bcrypt (~> 3.0) @@ -81,7 +82,7 @@ GEM railties (>= 3.2, < 6.1) globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.8.2) + i18n (1.8.8) concurrent-ruby (~> 1.0) jbuilder (2.9.1) activesupport (>= 4.2.0) @@ -120,10 +121,10 @@ GEM method_source (0.9.2) mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2019.1009) + mime-types-data (3.2020.1104) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.14.1) + minitest (5.14.3) mysql2 (0.5.3) nio4r (2.5.2) nokogiri (1.10.9) @@ -197,6 +198,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + ssrf_filter (1.0.7) stripe (5.14.0) thor (1.0.1) thread_safe (0.3.6) @@ -209,7 +211,7 @@ GEM execjs (~> 2.7) less-rails (~> 2.8, >= 2.8.0) railties (~> 5.0, >= 5.0.1) - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) @@ -234,7 +236,7 @@ PLATFORMS DEPENDENCIES byebug capybara (~> 2.13) - carrierwave (~> 1.2.2) + carrierwave (~> 1.3.2) coffee-rails (~> 4.2) devise (~> 4.7.1) font-awesome-rails (~> 4.7)