From cd49fe523b710ab99d06d6c3e284813c368bc8c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 20:52:22 +0000 Subject: [PATCH] Bump carrierwave from 1.2.2 to 1.3.2 Bumps [carrierwave](https://github.com/carrierwaveuploader/carrierwave) from 1.2.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/v1.2.2...v1.3.2) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 162301e..84943e1 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '5.1.6' gem 'pg', '0.20.0' gem 'bcrypt', '3.1.12' gem 'faker', '1.7.3' -gem 'carrierwave', '1.2.2' +gem 'carrierwave', '1.3.2' gem 'mini_magick', '4.7.0' gem 'will_paginate', '3.1.6' gem 'bootstrap-will_paginate', '1.0.0' diff --git a/Gemfile.lock b/Gemfile.lock index e9c9260..eb52d3c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -53,10 +53,11 @@ GEM will_paginate builder (3.2.3) byebug (9.0.6) - carrierwave (1.2.2) + carrierwave (1.3.2) activemodel (>= 4.0.0) activesupport (>= 4.0.0) mime-types (>= 1.16) + ssrf_filter (~> 1.0) cloudinary (1.11.1) aws_cf_signer rest-client @@ -68,7 +69,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.4) + concurrent-ruby (1.1.8) crass (1.0.4) domain_name (0.5.20180417) unf (>= 0.0.5, < 1.0.0) @@ -275,9 +276,9 @@ 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.7.0) mini_mime (1.0.1) mini_portile2 (2.4.0) @@ -375,6 +376,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.9) @@ -382,7 +384,7 @@ GEM turbolinks (5.0.1) turbolinks-source (~> 5) turbolinks-source (5.2.0) - tzinfo (1.2.5) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (3.2.0) execjs (>= 0.3.0, < 3) @@ -409,7 +411,7 @@ DEPENDENCIES bootstrap-sass (= 3.3.7) bootstrap-will_paginate (= 1.0.0) byebug (= 9.0.6) - carrierwave (= 1.2.2) + carrierwave (= 1.3.2) cloudinary coffee-rails (= 4.2.2) faker (= 1.7.3)