diff --git a/Gemfile b/Gemfile index 920d63d..156129d 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'dotenv-rails', '~> 2.7', require: 'dotenv/rails-now' gem 'json-jwt', '~> 1.9' # Uploads -gem 'carrierwave', '~> 1.2.2' +gem 'carrierwave', '~> 1.3.2' gem 'fog-aws', '~> 2.0.0' # Other diff --git a/Gemfile.lock b/Gemfile.lock index d421d81..1aa9d6b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,17 +66,18 @@ 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 (0.9.0) ffi (~> 1.0, >= 1.0.11) cocoon (1.2.14) codacy-coverage (1.1.8) simplecov coderay (1.1.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.8) connection_pool (2.2.2) crass (1.0.4) database_cleaner (1.6.2) @@ -159,7 +160,7 @@ GEM activesupport (>= 4.2.0) hashie (3.6.0) httpclient (2.8.3) - i18n (1.6.0) + i18n (1.8.8) concurrent-ruby (~> 1.0) ipaddress (0.8.3) jbuilder (2.9.1) @@ -199,12 +200,12 @@ GEM mail (2.7.1) mini_mime (>= 0.1.1) method_source (0.9.2) - mime-types (3.3) + mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2019.0904) + mime-types-data (3.2020.1104) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.14.3) multi_json (1.13.1) nio4r (2.5.1) nokogiri (1.10.4) @@ -391,6 +392,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + ssrf_filter (1.0.7) swd (1.1.2) activesupport (>= 3) attr_required (>= 0.0.5) @@ -400,7 +402,7 @@ GEM thread_safe (0.3.6) tilt (2.0.9) timecop (0.9.1) - tzinfo (1.2.5) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (4.1.20) execjs (>= 0.3.0, < 3) @@ -440,7 +442,7 @@ DEPENDENCIES bower-rails (~> 0.11.0) byebug (~> 9.1.0) capybara (~> 2.13) - carrierwave (~> 1.2.2) + carrierwave (~> 1.3.2) cocoon (~> 1.2.11) codacy-coverage (~> 1.1.8) database_cleaner (~> 1.6.1)