diff --git a/Gemfile b/Gemfile index 9a5a586..1f582e1 100644 --- a/Gemfile +++ b/Gemfile @@ -13,7 +13,7 @@ gem 'will_paginate', '3.1.6' gem 'bootstrap-will_paginate', '1.0.0' # Image -gem 'carrierwave', '1.2.2' +gem 'carrierwave', '1.3.2' gem 'mini_magick', '4.7.0' gem 'bootstrap-sass', '3.3.7' diff --git a/Gemfile.lock b/Gemfile.lock index 2bd385b..939a528 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.1.5) + concurrent-ruby (1.1.8) crass (1.0.4) domain_name (0.5.20180417) unf (>= 0.0.5, < 1.0.0) @@ -271,9 +272,9 @@ GEM mail (2.7.1) mini_mime (>= 0.1.1) method_source (0.9.2) - mime-types (3.2.2) + mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2019.0331) + mime-types-data (3.2021.0225) mini_magick (4.7.0) mini_mime (1.0.1) mini_portile2 (2.4.0) @@ -373,13 +374,14 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.13) + ssrf_filter (1.0.7) thor (0.20.3) thread_safe (0.3.6) tilt (2.0.9) turbolinks (5.0.1) turbolinks-source (~> 5) turbolinks-source (5.2.0) - tzinfo (1.2.5) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (3.2.0) execjs (>= 0.3.0, < 3) @@ -406,7 +408,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)