From 84c1dc86fc8b736782482b96eec3b9af969fee9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 05:10:06 +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 | 18 ++---------------- 2 files changed, 3 insertions(+), 17 deletions(-) diff --git a/Gemfile b/Gemfile index f4b6efd..2e5efa8 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gem "bootsnap", require: false gem "google-id-token" -gem "image_processing", "~> 1.2" +gem "image_processing", "~> 2.0" gem "importmap-rails" gem "jbuilder" gem "kaminari" diff --git a/Gemfile.lock b/Gemfile.lock index 579d96a..dbeb670 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -121,13 +121,6 @@ GEM railties (>= 6.1.0) faker (3.8.0) i18n (>= 1.8.11, < 2) - 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) fugit (1.12.1) et-orbi (~> 1.4) raabro (~> 1.4) @@ -137,9 +130,7 @@ GEM jwt (>= 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) @@ -193,8 +184,6 @@ GEM net-smtp marcel (1.1.0) matrix (0.4.3) - mini_magick (5.3.1) - logger mini_mime (1.1.5) minitest (6.0.4) drb (~> 2.0) @@ -351,9 +340,6 @@ GEM rubocop-performance (>= 1.24) rubocop-rails (>= 2.30) ruby-progressbar (1.13.0) - ruby-vips (2.2.5) - ffi (~> 1.12) - logger rubyzip (3.2.2) securerandom (0.4.1) selenium-webdriver (4.43.0) @@ -462,7 +448,7 @@ DEPENDENCIES factory_bot_rails faker google-id-token - image_processing (~> 1.2) + image_processing (~> 2.0) importmap-rails jbuilder kamal