diff --git a/Gemfile b/Gemfile index 2ec349c..605cc37 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ end gem 'simple_form' gem 'devise', ">= 4.7.1" -gem 'carrierwave', '~> 1.0' +gem 'carrierwave', '~> 1.3' gem 'figaro', '~> 1.1', '>= 1.1.1' gem 'fog-aws' gem "mini_magick", ">= 4.9.4" diff --git a/Gemfile.lock b/Gemfile.lock index ba93994..bab9426 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,10 +66,11 @@ GEM sassc-rails (>= 2.0.0) builder (3.2.4) byebug (11.1.1) - carrierwave (1.3.1) + carrierwave (1.3.2) activemodel (>= 4.0.0) activesupport (>= 4.0.0) mime-types (>= 1.16) + ssrf_filter (~> 1.0) carrierwave-aws (1.4.0) aws-sdk-s3 (~> 1.0) carrierwave (>= 0.7, < 2.1) @@ -81,7 +82,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.6) devise (4.7.1) bcrypt (~> 3.0) @@ -139,7 +140,7 @@ GEM multi_json (~> 1.8) hashie (3.6.0) http_parser.rb (0.6.0) - i18n (1.8.2) + i18n (1.8.8) concurrent-ruby (~> 1.0) ipaddress (0.8.3) jbuilder (2.9.1) @@ -165,13 +166,13 @@ GEM method_source (0.9.2) mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2019.1009) + mime-types-data (3.2020.1104) mini_magick (4.10.1) mini_mime (1.0.2) mini_portile2 (2.4.0) mini_racer (0.2.9) libv8 (>= 6.9.411) - minitest (5.14.0) + minitest (5.14.3) multi_json (1.14.1) multi_xml (0.6.0) multipart-post (2.1.1) @@ -279,6 +280,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + ssrf_filter (1.0.7) stripe (5.14.0) thor (0.20.3) thread_safe (0.3.6) @@ -286,7 +288,7 @@ GEM turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.6) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) @@ -307,7 +309,7 @@ PLATFORMS DEPENDENCIES bootstrap (= 4.3.1) byebug - carrierwave (~> 1.0) + carrierwave (~> 1.3) carrierwave-aws coffee-rails (~> 4.2) devise (>= 4.7.1)