From 14fd7d6381d14dce8cd9b2b9a6af180a18739aea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Feb 2021 21:08:47 +0000 Subject: [PATCH] Bump carrierwave from 1.2.3 to 1.3.2 in /sample_app 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] --- sample_app/Gemfile | 2 +- sample_app/Gemfile.lock | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/sample_app/Gemfile b/sample_app/Gemfile index a2f2ab7..dce4808 100644 --- a/sample_app/Gemfile +++ b/sample_app/Gemfile @@ -4,7 +4,7 @@ git_source(:github){|repo| "https://github.com/#{repo}.git"} ruby "2.5.1" gem "bcrypt", "3.1.12" gem "bootstrap4-kaminari-views" -gem "carrierwave", "~> 1.2", ">= 1.2.3" +gem "carrierwave", "~> 1.3" gem "faker", "1.9.1" gem "figaro", "~> 1.1", ">= 1.1.1" gem "kaminari" diff --git a/sample_app/Gemfile.lock b/sample_app/Gemfile.lock index fc6bd39..cfc4a7a 100644 --- a/sample_app/Gemfile.lock +++ b/sample_app/Gemfile.lock @@ -60,10 +60,11 @@ GEM rails (>= 3.1) builder (3.2.3) byebug (10.0.2) - carrierwave (1.2.3) + 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) @@ -71,7 +72,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.0.5) + concurrent-ruby (1.1.8) config (1.7.0) activesupport (>= 3.0) deep_merge (~> 1.2.1) @@ -276,7 +277,7 @@ GEM activesupport (>= 4.2.0) http-cookie (1.0.3) domain_name (~> 0.5) - i18n (1.0.1) + i18n (1.8.8) concurrent-ruby (~> 1.0) inflecto (0.0.2) ipaddress (0.8.3) @@ -312,14 +313,14 @@ GEM marcel (0.3.2) mimemagic (~> 0.3.2) method_source (0.9.0) - mime-types (3.1) + mime-types (3.3.1) mime-types-data (~> 3.2015) - mime-types-data (3.2016.0521) + mime-types-data (3.2020.1104) mimemagic (0.3.2) mini_magick (4.8.0) mini_mime (1.0.0) mini_portile2 (2.3.0) - minitest (5.11.3) + minitest (5.14.3) msgpack (1.2.4) multi_json (1.13.1) netrc (0.11.0) @@ -419,6 +420,7 @@ GEM activesupport (>= 4.0) sprockets (>= 3.0.0) sqlite3 (1.3.13) + ssrf_filter (1.0.7) thor (0.20.0) thread_safe (0.3.6) tilt (2.0.8) @@ -426,7 +428,7 @@ GEM turbolinks (5.1.1) turbolinks-source (~> 5.1) turbolinks-source (5.1.0) - tzinfo (1.2.5) + tzinfo (1.2.9) thread_safe (~> 0.1) uglifier (4.1.14) execjs (>= 0.3.0, < 3) @@ -453,7 +455,7 @@ DEPENDENCIES bootstrap (~> 4.1.1) bootstrap4-kaminari-views byebug - carrierwave (~> 1.2, >= 1.2.3) + carrierwave (~> 1.3) coffee-rails (~> 4.2) config faker (= 1.9.1)