From a4b4dfb41ea3c866e07161e9a1cad9e4d7950647 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 17:36:55 +0000 Subject: [PATCH] chore(deps): bump image_processing from 1.14.0 to 2.0.1 Bumps [image_processing](https://github.com/janko/image_processing) from 1.14.0 to 2.0.1. - [Changelog](https://github.com/janko/image_processing/blob/master/CHANGELOG.md) - [Commits](https://github.com/janko/image_processing/compare/v1.14.0...v2.0.1) --- updated-dependencies: - dependency-name: image_processing dependency-version: 2.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 19 ++----------------- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/Gemfile b/Gemfile index c724167..717165c 100644 --- a/Gemfile +++ b/Gemfile @@ -28,7 +28,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" # Use Rack CORS for handling Cross-Origin Resource Sharing (CORS), making cross-origin Ajax possible # gem "rack-cors" diff --git a/Gemfile.lock b/Gemfile.lock index ded83c6..09d839a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -129,14 +129,6 @@ GEM multipart-post (~> 2.0) faraday-net_http (3.4.3) net-http (~> 0.5) - 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-arm64-darwin) - ffi (1.17.4-x86_64-darwin) - ffi (1.17.4-x86_64-linux-gnu) - ffi (1.17.4-x86_64-linux-musl) fugit (1.12.1) et-orbi (~> 1.4) raabro (~> 1.4) @@ -145,9 +137,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.1) io-console (0.8.2) irb (1.18.0) pp (>= 0.6.0) @@ -179,8 +169,6 @@ GEM net-pop net-smtp marcel (1.2.1) - mini_magick (5.3.1) - logger mini_mime (1.1.5) minitest (6.0.6) drb (~> 2.0) @@ -346,9 +334,6 @@ GEM faraday (>= 1) faraday-multipart (>= 1) ruby-progressbar (1.13.0) - ruby-vips (2.3.0) - ffi (~> 1.12) - logger securerandom (0.4.1) sidekiq (7.3.9) base64 @@ -428,7 +413,7 @@ DEPENDENCIES factory_bot_rails (~> 6.4) faraday (~> 2.10) faraday-multipart (~> 1.0) - image_processing (~> 1.2) + image_processing (~> 2.0) kamal pg (~> 1.1) puma (>= 5.0)