diff --git a/Gemfile b/Gemfile index fee1d25..d31f98f 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gem 'rails', '5.1.6' gem 'bcrypt', '3.1.12' gem 'faker', '1.7.3' -gem 'carrierwave', '1.2.2' +gem 'carrierwave', '1.3.2' gem 'mini_magick', '4.7.0' gem 'will_paginate', '3.1.6' gem 'bootstrap-will_paginate', '1.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index 5e61ee5..40b48fd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -52,10 +52,11 @@ GEM will_paginate builder (3.2.3) byebug (9.0.6) - carrierwave (1.2.2) + carrierwave (1.3.2) activemodel (>= 4.0.0) activesupport (>= 4.0.0) mime-types (>= 1.16) + ssrf_filter (~> 1.0) coderay (1.1.2) coffee-rails (4.2.2) coffee-script (>= 2.2.0) @@ -64,7 +65,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.8) crass (1.0.4) domain_name (0.5.20180417) unf (>= 0.0.5, < 1.0.0) @@ -270,9 +271,9 @@ GEM mail (2.7.0) mini_mime (>= 0.1.1) method_source (0.9.0) - mime-types (3.1) + mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2016.0521) + mime-types-data (3.2020.1104) mini_magick (4.7.0) mini_mime (1.0.0) mini_portile2 (2.3.0) @@ -371,6 +372,7 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.13) + ssrf_filter (1.0.7) thor (0.20.0) thread_safe (0.3.6) tilt (2.0.8) @@ -378,7 +380,7 @@ GEM turbolinks (5.0.1) turbolinks-source (~> 5) turbolinks-source (5.1.0) - tzinfo (1.2.5) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (3.2.0) execjs (>= 0.3.0, < 3) @@ -404,7 +406,7 @@ DEPENDENCIES bootstrap-sass (= 3.3.7) bootstrap-will_paginate (= 1.0.0) byebug (= 9.0.6) - carrierwave (= 1.2.2) + carrierwave (= 1.3.2) coffee-rails (= 4.2.2) faker (= 1.7.3) fog (= 1.42)