diff --git a/Gemfile b/Gemfile index 4d07e5f..9e4cf67 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem "config" gem "jquery-rails" gem "kaminari" gem "font-awesome-rails" -gem "carrierwave", "1.2.2" +gem "carrierwave", "1.3.2" gem "mini_magick", "4.7.0" gem "figaro" diff --git a/Gemfile.lock b/Gemfile.lock index 793bf59..44fe740 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -67,10 +67,11 @@ GEM rack-test (>= 0.6.3) regexp_parser (~> 1.5) xpath (~> 3.2) - carrierwave (1.2.2) + carrierwave (1.3.2) activemodel (>= 4.0.0) activesupport (>= 4.0.0) mime-types (>= 1.16) + ssrf_filter (~> 1.0) childprocess (1.0.1) rake (< 13.0) chromedriver-helper (2.1.1) @@ -83,7 +84,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.8) config (2.0.0) activesupport (>= 4.2) deep_merge (~> 1.2, >= 1.2.1) @@ -299,7 +300,7 @@ GEM activesupport (>= 4.2.0) http-cookie (1.0.3) domain_name (~> 0.5) - i18n (1.6.0) + i18n (1.8.8) concurrent-ruby (~> 1.0) io-like (0.3.0) ipaddress (0.8.3) @@ -334,14 +335,14 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) 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.2020.1104) mimemagic (0.3.3) mini_magick (4.7.0) mini_mime (1.0.1) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.14.3) msgpack (1.3.0) multi_json (1.13.1) mysql2 (0.5.2) @@ -451,13 +452,14 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + ssrf_filter (1.0.7) thor (0.20.3) thread_safe (0.3.6) tilt (2.0.9) turbolinks (5.2.0) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.5) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (4.1.20) execjs (>= 0.3.0, < 3) @@ -486,7 +488,7 @@ DEPENDENCIES bootstrap-sass (= 3.3.7) byebug capybara (>= 2.15) - carrierwave (= 1.2.2) + carrierwave (= 1.3.2) chromedriver-helper coffee-rails (~> 4.2) config