From a41b405388d668741ca34bfcbf623cfd8566e13b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 20:31:38 +0000 Subject: [PATCH] Bump carrierwave from 1.2.3 to 1.3.2 Bumps [carrierwave](https://github.com/carrierwaveuploader/carrierwave) from 1.2.3 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/v1.2.3...v1.3.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index cfda8d1..fc1f32c 100644 --- a/Gemfile +++ b/Gemfile @@ -11,7 +11,7 @@ ruby '2.5.3' gem 'bootstrap', '~> 4.1.2' gem 'bootstrap-datepicker-rails' gem 'cancancan', '~> 2.0' -gem 'carrierwave', '~> 1.2.2' +gem 'carrierwave', '~> 1.3.2' gem 'coffee-rails', '~> 4.2' gem 'devise' gem 'fog-aws' diff --git a/Gemfile.lock b/Gemfile.lock index f1d08b6..1138d40 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -58,10 +58,11 @@ GEM builder (3.2.3) byebug (11.0.1) cancancan (2.3.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) coderay (1.1.2) coffee-rails (4.2.2) coffee-script (>= 2.2.0) @@ -70,7 +71,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.5) debug_inspector (0.0.3) devise (4.7.1) @@ -108,7 +109,7 @@ GEM formatador (0.2.5) globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.7.0) + i18n (1.8.8) concurrent-ruby (~> 1.0) ipaddress (0.8.3) jbuilder (2.8.0) @@ -128,13 +129,13 @@ GEM mail (2.7.1) mini_mime (>= 0.1.1) method_source (0.9.2) - mime-types (3.2.2) + mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2018.0812) + mime-types-data (3.2020.1104) mini_magick (4.9.5) mini_mime (1.0.1) mini_portile2 (2.4.0) - minitest (5.12.2) + minitest (5.14.3) multi_json (1.13.1) nio4r (2.3.1) nokogiri (1.10.8) @@ -224,13 +225,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) @@ -254,7 +256,7 @@ DEPENDENCIES bootstrap (~> 4.1.2) bootstrap-datepicker-rails cancancan (~> 2.0) - carrierwave (~> 1.2.2) + carrierwave (~> 1.3.2) coffee-rails (~> 4.2) devise factory_bot_rails