From ef8be73f410ebcded94b921e03756c037365a64e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:55:47 +0000 Subject: [PATCH] Bump image_processing from 1.12.2 to 1.13.0 Bumps [image_processing](https://github.com/janko/image_processing) from 1.12.2 to 1.13.0. - [Changelog](https://github.com/janko/image_processing/blob/master/CHANGELOG.md) - [Commits](https://github.com/janko/image_processing/compare/v1.12.2...v1.13.0) --- updated-dependencies: - dependency-name: image_processing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 16 +++++++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 9fe06f1..07983af 100644 --- a/Gemfile +++ b/Gemfile @@ -34,7 +34,7 @@ gem "tzinfo-data", platforms: %i[ windows jruby ] gem "bootsnap", require: false # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] -gem "image_processing", "~> 1.2" +gem "image_processing", "~> 1.13" group :development, :test do # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem diff --git a/Gemfile.lock b/Gemfile.lock index f00d21f..8c91121 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -130,12 +130,17 @@ GEM reline (>= 0.3.8) drb (2.2.1) erubi (1.13.0) - ffi (1.16.3) + ffi (1.17.0-aarch64-linux-gnu) + ffi (1.17.0-arm-linux-gnu) + ffi (1.17.0-arm64-darwin) + ffi (1.17.0-x86-linux-gnu) + ffi (1.17.0-x86_64-darwin) + ffi (1.17.0-x86_64-linux-gnu) globalid (1.2.1) activesupport (>= 6.1) i18n (1.14.5) concurrent-ruby (~> 1.0) - image_processing (1.12.2) + image_processing (1.13.0) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) io-console (0.7.2) @@ -157,7 +162,7 @@ GEM net-smtp marcel (1.0.4) matrix (0.4.2) - mini_magick (4.12.0) + mini_magick (4.13.2) mini_mime (1.1.5) minitest (5.24.1) msgpack (1.7.2) @@ -256,8 +261,9 @@ GEM rubocop-performance rubocop-rails ruby-progressbar (1.13.0) - ruby-vips (2.2.0) + ruby-vips (2.2.2) ffi (~> 1.12) + logger rubyzip (2.3.2) selenium-webdriver (4.23.0) base64 (~> 0.2) @@ -314,7 +320,7 @@ DEPENDENCIES capybara cssbundling-rails debug - image_processing (~> 1.2) + image_processing (~> 1.13) jsbundling-rails propshaft puma (>= 5.0)