From c826dfb7244a1d04bf5524162371496e9f497081 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 19:43:00 +0000 Subject: [PATCH] Bump carrierwave from 0.11.2 to 1.3.2 Bumps [carrierwave](https://github.com/carrierwaveuploader/carrierwave) from 0.11.2 to 1.3.2. - [Release notes](https://github.com/carrierwaveuploader/carrierwave/releases) - [Changelog](https://github.com/carrierwaveuploader/carrierwave/blob/master/CHANGELOG.md) - [Commits](https://github.com/carrierwaveuploader/carrierwave/compare/v0.11.2...v1.3.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 25 ++++++++++++------------- 2 files changed, 13 insertions(+), 14 deletions(-) diff --git a/Gemfile b/Gemfile index 2da2279..69d384e 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ ruby '2.4.2' gem 'rails', '5.0.7.1' gem 'bcrypt', '3.1.11' gem 'faker', '1.6.6' -gem 'carrierwave', '0.11.2' +gem 'carrierwave', '1.3.2' gem 'mini_magick', '4.5.1' gem 'fog', '1.38.0' gem 'will_paginate', '3.1.6' diff --git a/Gemfile.lock b/Gemfile.lock index fb3a8f0..715e50d 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -51,12 +51,11 @@ GEM will_paginate builder (3.2.3) byebug (9.0.0) - carrierwave (0.11.2) - activemodel (>= 3.2.0) - activesupport (>= 3.2.0) - json (>= 1.7) + carrierwave (1.3.2) + activemodel (>= 4.0.0) + activesupport (>= 4.0.0) mime-types (>= 1.16) - mimemagic (>= 0.3.0) + ssrf_filter (~> 1.0) coderay (1.1.2) coffee-rails (4.2.1) coffee-script (>= 2.2.0) @@ -65,7 +64,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.3) + concurrent-ruby (1.1.8) crass (1.0.4) debug_inspector (0.0.3) erubis (2.7.0) @@ -228,7 +227,7 @@ GEM rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) thor (>= 0.14, < 2.0) - json (2.1.0) + json (2.5.1) listen (3.0.8) rb-fsevent (~> 0.9, >= 0.9.4) rb-inotify (~> 0.9, >= 0.9.7) @@ -239,14 +238,13 @@ GEM mail (2.7.1) mini_mime (>= 0.1.1) method_source (0.8.2) - mime-types (3.2.2) + mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2018.0812) - mimemagic (0.3.2) + mime-types-data (3.2020.1104) mini_magick (4.5.1) mini_mime (1.0.1) mini_portile2 (2.3.0) - minitest (5.11.3) + minitest (5.14.3) minitest-reporters (1.1.9) ansi builder @@ -328,6 +326,7 @@ 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.8) @@ -335,7 +334,7 @@ GEM turbolinks (5.0.1) turbolinks-source (~> 5) turbolinks-source (5.0.3) - tzinfo (1.2.5) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (3.0.0) execjs (>= 0.3.0, < 3) @@ -357,7 +356,7 @@ DEPENDENCIES bootstrap-sass (= 3.3.6) bootstrap-will_paginate (= 0.0.10) byebug (= 9.0.0) - carrierwave (= 0.11.2) + carrierwave (= 1.3.2) coffee-rails (= 4.2.1) faker (= 1.6.6) fog (= 1.38.0)