From 82f170c3bad386cd04123cf7c38f7f3f020cd966 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 20:15:46 +0000 Subject: [PATCH] Bump carrierwave from 2.1.0 to 2.1.1 Bumps [carrierwave](https://github.com/carrierwaveuploader/carrierwave) from 2.1.0 to 2.1.1. - [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/v2.1.0...v2.1.1) Signed-off-by: dependabot[bot] --- Gemfile.lock | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index ff8613e..3bd0bb4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -79,13 +79,14 @@ GEM sass (>= 3.5.2) builder (3.2.4) byebug (11.1.3) - carrierwave (2.1.0) + carrierwave (2.1.1) activemodel (>= 5.0.0) activesupport (>= 5.0.0) addressable (~> 2.6) image_processing (~> 1.1) mimemagic (>= 0.3.0) mini_mime (>= 0.1.3) + ssrf_filter (~> 1.0) carrierwave-aws (1.5.0) aws-sdk-s3 (~> 1.0) carrierwave (~> 2.0) @@ -98,7 +99,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.7) + concurrent-ruby (1.1.8) crass (1.0.6) devise (4.7.3) bcrypt (~> 3.0) @@ -126,7 +127,7 @@ GEM activesupport (>= 4.2.0) gritter (1.2.0) hirb (0.7.3) - i18n (1.8.7) + i18n (1.8.8) concurrent-ruby (~> 1.0) image_processing (1.12.1) mini_magick (>= 4.9.5, < 5) @@ -266,6 +267,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + ssrf_filter (1.0.7) thor (1.0.1) thread_safe (0.3.6) tilt (2.0.10)