From 33e72729953c156ec15e6dce92a6bbe0e0aefe12 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 20:12:36 +0000 Subject: [PATCH] Bump image_processing from 1.14.0 to 2.0.2 Bumps [image_processing](https://github.com/janko/image_processing) from 1.14.0 to 2.0.2. - [Changelog](https://github.com/janko/image_processing/blob/master/CHANGELOG.md) - [Commits](https://github.com/janko/image_processing/compare/v1.14.0...v2.0.2) --- updated-dependencies: - dependency-name: image_processing dependency-version: 2.0.2 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 17 ++--------------- 2 files changed, 3 insertions(+), 16 deletions(-) diff --git a/Gemfile b/Gemfile index 31e836c..7f52ebf 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ gem "kamal", require: false gem "thruster", require: false # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] -gem "image_processing", "~> 1.2" +gem "image_processing", "~> 2.0" 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 c4125b6..31e503c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -132,12 +132,6 @@ GEM railties (>= 6.1.0) faker (3.8.0) i18n (>= 1.8.11, < 2) - ffi (1.17.4-aarch64-linux-gnu) - ffi (1.17.4-aarch64-linux-musl) - ffi (1.17.4-arm-linux-gnu) - ffi (1.17.4-arm-linux-musl) - ffi (1.17.4-x86_64-linux-gnu) - ffi (1.17.4-x86_64-linux-musl) fugit (1.12.2) et-orbi (~> 1.4) raabro (~> 1.4) @@ -146,9 +140,7 @@ GEM hashdiff (1.2.1) i18n (1.14.8) 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.2) importmap-rails (2.2.3) actionpack (>= 6.0.0) activesupport (>= 6.0.0) @@ -200,8 +192,6 @@ GEM net-smtp marcel (1.2.1) matrix (0.4.3) - mini_magick (5.3.1) - logger mini_mime (1.1.5) minitest (6.0.6) drb (~> 2.0) @@ -374,9 +364,6 @@ GEM ruby-lsp-rspec (0.1.29) ruby-lsp (~> 0.26.0) ruby-progressbar (1.13.0) - ruby-vips (2.3.0) - ffi (~> 1.12) - logger rubyzip (3.3.1) securerandom (0.4.1) selenium-webdriver (4.44.0) @@ -464,7 +451,7 @@ DEPENDENCIES dotenv-rails factory_bot_rails faker - image_processing (~> 1.2) + image_processing (~> 2.0) importmap-rails jbuilder kamal