From 70e36223238a49a60036820920dbe5b4faa46323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 01:39:45 +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 | 18 ++---------------- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/Gemfile b/Gemfile index 289ff71..ecbca3a 100644 --- a/Gemfile +++ b/Gemfile @@ -59,7 +59,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" # Google Drive API - Using specific service gem as recommended gem "google-apis-drive_v3", "~> 0.81.0" diff --git a/Gemfile.lock b/Gemfile.lock index dba00b8..c521e8c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -197,13 +197,6 @@ GEM json (~> 2.0) mime-types (~> 3.4) rack (~> 3.1) - ffi (1.17.2-aarch64-linux-gnu) - ffi (1.17.2-aarch64-linux-musl) - ffi (1.17.2-arm-linux-gnu) - ffi (1.17.2-arm-linux-musl) - ffi (1.17.2-arm64-darwin) - ffi (1.17.2-x86_64-linux-gnu) - ffi (1.17.2-x86_64-linux-musl) fiber-annotation (0.2.0) fiber-local (1.1.0) fiber-storage @@ -254,9 +247,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) @@ -306,8 +297,6 @@ GEM logger mime-types-data (~> 3.2025, >= 3.2025.0507) mime-types-data (3.2025.0924) - mini_magick (5.3.1) - logger mini_mime (1.1.5) minitest (5.27.0) msgpack (1.8.0) @@ -508,9 +497,6 @@ GEM faraday (>= 1) faraday-multipart (>= 1) ruby-progressbar (1.13.0) - ruby-vips (2.2.5) - ffi (~> 1.12) - logger rubyzip (3.3.0) securerandom (0.4.1) selenium-webdriver (4.44.0) @@ -643,7 +629,7 @@ DEPENDENCIES googleauth (~> 1.16) heroicon icalendar (~> 2.12) - image_processing (~> 1.2) + image_processing (~> 2.0) importmap-rails jbuilder jsbundling-rails (~> 1.3)