From c2a5d3b65e689db805ba25dcdbc5e2b77d556f67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 19:28:14 +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 | 14 ++++++++------ 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 78f7a95..117bd3b 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'haml', '~> 4.0', '>= 4.0.7' gem 'devise', '~> 4.2' gem 'simple_form', '~> 3.2', '>= 3.2.1' gem 'bootstrap-sass', '~> 3.3', '>= 3.3.6' -gem 'carrierwave', '~> 1.0' +gem 'carrierwave', '~> 1.3' # Use Redis adapter to run Action Cable in production # gem 'redis', '~> 3.0' # Use ActiveModel has_secure_password diff --git a/Gemfile.lock b/Gemfile.lock index 6e35202..9c0d8f9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -48,10 +48,11 @@ GEM sassc (>= 2.0.0) builder (3.2.4) byebug (11.1.3) - carrierwave (1.3.1) + carrierwave (1.3.2) activemodel (>= 4.0.0) activesupport (>= 4.0.0) mime-types (>= 1.16) + ssrf_filter (~> 1.0) coffee-rails (4.2.2) coffee-script (>= 2.2.0) railties (>= 4.0.0) @@ -59,7 +60,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) @@ -74,7 +75,7 @@ GEM activesupport (>= 4.2.0) haml (4.0.7) tilt - i18n (1.8.5) + i18n (1.8.8) concurrent-ruby (~> 1.0) jbuilder (2.10.1) activesupport (>= 5.0.0) @@ -96,7 +97,7 @@ GEM mime-types-data (3.2020.1104) mini_mime (1.0.2) mini_portile2 (2.4.0) - minitest (5.14.2) + minitest (5.14.3) nio4r (2.5.4) nokogiri (1.10.10) mini_portile2 (~> 2.4.0) @@ -164,13 +165,14 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.13) + ssrf_filter (1.0.7) thor (1.0.1) thread_safe (0.3.6) tilt (2.0.10) turbolinks (5.2.1) turbolinks-source (~> 5.2) turbolinks-source (5.2.0) - tzinfo (1.2.8) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (4.2.0) execjs (>= 0.3.0, < 3) @@ -191,7 +193,7 @@ PLATFORMS DEPENDENCIES bootstrap-sass (~> 3.3, >= 3.3.6) byebug - carrierwave (~> 1.0) + carrierwave (~> 1.3) coffee-rails (~> 4.2) devise (~> 4.2) haml (~> 4.0, >= 4.0.7)