From 694dad65e9e0f1c0e00ea1816391207e1f947ca0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 24 Nov 2024 22:12:06 +0000 Subject: [PATCH] Bump image_processing from 1.12.2 to 1.13.0 Bumps [image_processing](https://github.com/janko/image_processing) from 1.12.2 to 1.13.0. - [Changelog](https://github.com/janko/image_processing/blob/master/CHANGELOG.md) - [Commits](https://github.com/janko/image_processing/compare/v1.12.2...v1.13.0) --- updated-dependencies: - dependency-name: image_processing dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 12 +++++++----- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index f1e020d..f71f90e 100644 --- a/Gemfile +++ b/Gemfile @@ -39,7 +39,7 @@ gem 'bootsnap', require: false # gem "sassc-rails" # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] -gem 'image_processing', '~> 1.2' +gem 'image_processing', '~> 1.13' gem 'shakapacker', '7.2.3' diff --git a/Gemfile.lock b/Gemfile.lock index 358bf0e..cbc9ef1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -106,7 +106,8 @@ GEM drb (2.2.1) erubi (1.13.0) execjs (2.8.1) - ffi (1.15.5) + ffi (1.17.0-x86_64-darwin) + ffi (1.17.0-x86_64-linux-gnu) fiber-storage (1.0.0) globalid (1.2.1) activesupport (>= 6.1) @@ -117,7 +118,7 @@ GEM fiber-storage i18n (1.14.6) concurrent-ruby (~> 1.0) - image_processing (1.12.2) + image_processing (1.13.0) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) io-console (0.7.2) @@ -140,7 +141,7 @@ GEM net-smtp marcel (1.0.4) matrix (0.4.2) - mini_magick (4.12.0) + mini_magick (4.13.2) mini_mime (1.1.5) minitest (5.25.1) msgpack (1.7.2) @@ -241,8 +242,9 @@ GEM rubocop (>= 1.52.0, < 2.0) rubocop-ast (>= 1.31.1, < 2.0) ruby-progressbar (1.13.0) - ruby-vips (2.1.4) + ruby-vips (2.2.2) ffi (~> 1.12) + logger rubyzip (2.3.2) securerandom (0.3.1) selenium-webdriver (4.10.0) @@ -301,7 +303,7 @@ DEPENDENCIES debug graphiql-rails graphql (~> 2.4) - image_processing (~> 1.2) + image_processing (~> 1.13) jbuilder puma (~> 6.4) rails (~> 7.2.2)