From 167e78425e07e12ac8ded02f0a8657240a065534 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 19:30:41 +0000 Subject: [PATCH] Bump carrierwave from 1.3.1 to 1.3.2 Bumps [carrierwave](https://github.com/carrierwaveuploader/carrierwave) from 1.3.1 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.3.1...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 9e96cc9..3939463 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ gem 'simple_form' # Use devise to manage users and logins gem 'devise' # Use carrierwave for uploading images -gem 'carrierwave', '~> 1.0' +gem 'carrierwave', '~> 1.3' # Use figaro for syncing environment variables to Heroku gem 'figaro' # Use fog-aws for syncing carrierwave with AWS diff --git a/Gemfile.lock b/Gemfile.lock index 0576800..835f613 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -66,10 +66,11 @@ GEM sassc-rails (>= 2.0.0) builder (3.2.3) byebug (11.0.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.3.0) aws-sdk-s3 (~> 1.0) carrierwave (>= 0.7, < 2.0) @@ -80,7 +81,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.1.5) + concurrent-ruby (1.1.8) connection_pool (2.2.2) crass (1.0.4) devise (4.6.2) @@ -118,7 +119,7 @@ GEM formatador (0.2.5) globalid (0.4.2) activesupport (>= 4.2.0) - i18n (1.6.0) + i18n (1.8.8) concurrent-ruby (~> 1.0) ipaddress (0.8.3) jbuilder (2.8.0) @@ -140,13 +141,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.2019.0331) + mime-types-data (3.2020.1104) mini_magick (4.9.5) mini_mime (1.0.1) mini_portile2 (2.4.0) - minitest (5.11.3) + minitest (5.14.3) multi_json (1.13.1) multipart-post (2.0.0) net-http-persistent (3.0.0) @@ -229,6 +230,7 @@ GEM actionpack (>= 4.0) activesupport (>= 4.0) sprockets (>= 3.0.0) + ssrf_filter (1.0.7) stripe (4.11.0) faraday (~> 0.13) net-http-persistent (~> 3.0) @@ -238,7 +240,7 @@ GEM 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) @@ -259,7 +261,7 @@ PLATFORMS DEPENDENCIES bootstrap (>= 4.3.1) byebug - carrierwave (~> 1.0) + carrierwave (~> 1.3) carrierwave-aws coffee-rails (~> 4.2) devise