From 415b05122feada6bee4baa77012b5374f281fd31 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Aug 2026 20:33:37 +0000 Subject: [PATCH] Bump image_processing from 1.14.0 to 2.0.3 Bumps [image_processing](https://github.com/janko/image_processing) from 1.14.0 to 2.0.3. - [Changelog](https://github.com/janko/image_processing/blob/master/CHANGELOG.md) - [Commits](https://github.com/janko/image_processing/compare/v1.14.0...v2.0.3) --- updated-dependencies: - dependency-name: image_processing dependency-version: 2.0.3 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 76350648..4e607ec1 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem "bootsnap", require: false gem "thruster", require: false # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] -gem "image_processing", "~> 1.12" +gem "image_processing", "~> 2.0" gem "ruby-vips" # Ruby core maintained gems diff --git a/Gemfile.lock b/Gemfile.lock index f516a79e..7d44f34b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -164,9 +164,7 @@ GEM activesupport (>= 6.1) i18n (1.15.2) concurrent-ruby (~> 1.0) - image_processing (1.14.0) - mini_magick (>= 4.9.5, < 6) - ruby-vips (>= 2.0.17, < 3) + image_processing (2.0.3) io-console (0.8.2) irb (1.18.0) pp (>= 0.6.0) @@ -208,8 +206,6 @@ GEM marcel (1.2.1) matrix (0.4.3) memory_profiler (1.1.0) - mini_magick (5.3.1) - logger mini_mime (1.1.5) minitest (6.0.6) drb (~> 2.0) @@ -517,7 +513,7 @@ DEPENDENCIES factory_bot_rails faker flamegraph - image_processing (~> 1.12) + image_processing (~> 2.0) jbuilder jsbundling-rails linkify-it-rb (~> 4.0)