diff --git a/Gemfile b/Gemfile index 6fbd214..fc2140b 100644 --- a/Gemfile +++ b/Gemfile @@ -8,7 +8,7 @@ gem 'rails', '~> 5.2.3' gem 'devise' gem 'rails_admin' gem "aws-sdk-s3", require: false -gem 'carrierwave', '~> 1.0' +gem 'carrierwave', '~> 1.3' gem 'fog-aws' gem 'mini_magick' gem 'rails-i18n', '~> 5.1' diff --git a/Gemfile.lock b/Gemfile.lock index 0e31b7c..5735861 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -77,10 +77,11 @@ GEM rack-test (>= 0.6.3) regexp_parser (~> 1.5) xpath (~> 3.2) - carrierwave (1.3.1) + 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) @@ -93,7 +94,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.6) + concurrent-ruby (1.1.8) crass (1.0.6) devise (4.7.1) bcrypt (~> 3.0) @@ -129,7 +130,7 @@ GEM haml (5.1.1) temple (>= 0.8.0) tilt - i18n (1.8.2) + i18n (1.8.8) concurrent-ruby (~> 1.0) io-like (0.3.0) ipaddress (0.8.3) @@ -166,14 +167,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.9.5) mini_mime (1.0.1) mini_portile2 (2.4.0) - minitest (5.14.1) + minitest (5.14.3) msgpack (1.2.10) multi_json (1.13.1) nested_form (0.3.2) @@ -267,6 +268,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + ssrf_filter (1.0.7) temple (0.8.1) thor (0.20.3) thread_safe (0.3.6) @@ -274,7 +276,7 @@ GEM turbolinks (5.2.0) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.7) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (4.1.20) execjs (>= 0.3.0, < 3) @@ -299,7 +301,7 @@ DEPENDENCIES bootsnap (>= 1.1.0) byebug capybara (>= 2.15) - carrierwave (~> 1.0) + carrierwave (~> 1.3) chromedriver-helper coffee-rails (~> 4.2) devise