From 98743d3b643cf5488f26354d8f2a439038b3c31a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 14:35:22 +0000 Subject: [PATCH] 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 f9be03760..b862e5aee 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem "kamal", "~> 2.10", require: false gem "thruster", "~> 0.1", 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" # Redis for cache and Action Cable diff --git a/Gemfile.lock b/Gemfile.lock index 227b7537f..61b3d1457 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -169,14 +169,6 @@ GEM net-http (~> 0.5) faraday-retry (2.4.0) faraday (~> 2.0) - 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-x64-mingw-ucrt) - ffi (1.17.4-x86_64-linux-gnu) - ffi (1.17.4-x86_64-linux-musl) flipper (1.4.2) concurrent-ruby (< 2) flipper-active_record (1.4.2) @@ -213,9 +205,7 @@ GEM logger ostruct ice_cube (0.17.0) - image_processing (1.14.0) - mini_magick (>= 4.9.5, < 6) - ruby-vips (>= 2.0.17, < 3) + image_processing (2.0.1) importmap-rails (2.2.3) actionpack (>= 6.0.0) activesupport (>= 6.0.0) @@ -282,8 +272,6 @@ GEM meilisearch-rails (0.16.0) meilisearch (~> 0.32.0) mutex_m (~> 0.2) - mini_magick (5.3.1) - logger mini_mime (1.1.5) minitest (6.0.6) drb (~> 2.0) @@ -480,9 +468,6 @@ GEM rubocop-performance (>= 1.24) rubocop-rails (>= 2.30) ruby-progressbar (1.13.0) - ruby-vips (2.3.0) - ffi (~> 1.12) - logger ruby_llm (1.15.0) base64 event_stream_parser (~> 1) @@ -638,7 +623,7 @@ DEPENDENCIES flipper-ui (~> 1.4) geocoder (~> 1.8) icalendar (~> 2.10) - image_processing (~> 1.2) + image_processing (~> 2.0) inertia_rails (~> 3.20) inertia_rails-contrib (~> 0.5.2) jbuilder (~> 2.14)