From d321ce17c29526f9e1af86ad3880db8bfca36d9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 19:49:00 +0000 Subject: [PATCH] Bump carrierwave from 3.0.5 to 3.0.7 Bumps [carrierwave](https://github.com/carrierwaveuploader/carrierwave) from 3.0.5 to 3.0.7. - [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/v3.0.5...v3.0.7) --- updated-dependencies: - dependency-name: carrierwave dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 20 +++++++++----------- 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index ac8f4af4..069f2ad4 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem 'uglifier', '>= 1.3.0' gem 'bootstrap', '>= 4.3.1' gem 'bootstrap-wysihtml5-rails', '>= 0.3.3.8' -gem 'carrierwave', '>= 2.0', '>= 2.0.2' +gem 'carrierwave', '>= 2.0.2' gem 'ckeditor', github: 'galetahub/ckeditor' gem 'coderay', '>= 1.0.7' gem 'devise', '>= 4.2' # login diff --git a/Gemfile.lock b/Gemfile.lock index 50ad3d76..3bee9603 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,7 +91,7 @@ GEM execjs (~> 2) base64 (0.2.0) bcrypt (3.1.20) - bigdecimal (3.1.5) + bigdecimal (3.1.7) bindex (0.8.1) bootsnap (1.17.0) msgpack (~> 1.2) @@ -113,7 +113,7 @@ GEM rack-test (>= 0.6.3) regexp_parser (>= 1.5, < 3.0) xpath (~> 3.2) - carrierwave (3.0.5) + carrierwave (3.0.7) activemodel (>= 6.0.0) activesupport (>= 6.0.0) addressable (~> 2.6) @@ -132,7 +132,7 @@ GEM coffee-script-source execjs coffee-script-source (1.12.2) - concurrent-ruby (1.2.2) + concurrent-ruby (1.2.3) connection_pool (2.4.1) crass (1.0.6) date (3.3.4) @@ -143,8 +143,7 @@ GEM responders warden (~> 1.2.3) diff-lcs (1.5.0) - drb (2.2.0) - ruby2_keywords + drb (2.2.1) erubi (1.12.0) execjs (2.9.1) factory_bot (5.2.0) @@ -152,7 +151,7 @@ GEM ffi (1.16.3) globalid (1.2.1) activesupport (>= 6.1) - i18n (1.14.1) + i18n (1.14.4) concurrent-ruby (~> 1.0) image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) @@ -183,7 +182,7 @@ GEM net-imap net-pop net-smtp - marcel (1.0.2) + marcel (1.0.4) matrix (0.4.2) mime-types (3.5.1) mime-types-data (~> 3.2015) @@ -193,7 +192,7 @@ GEM rake mini_magick (4.12.0) mini_mime (1.1.5) - minitest (5.20.0) + minitest (5.22.3) msgpack (1.7.2) mutex_m (0.2.0) net-imap (0.4.9) @@ -313,9 +312,8 @@ GEM rubocop-gemfile (0.1.0.beta3) rubocop (>= 0.35.0) ruby-progressbar (1.13.0) - ruby-vips (2.2.0) + ruby-vips (2.2.1) ffi (~> 1.12) - ruby2_keywords (0.0.5) rubyzip (2.3.2) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) @@ -389,7 +387,7 @@ DEPENDENCIES brakeman byebug capybara (>= 2.15) - carrierwave (>= 2.0.2, >= 2.0) + carrierwave (>= 2.0.2) chromedriver-helper ckeditor! coderay (>= 1.0.7)