From fc0dd9d9e2cc941c98da13ad98dc3e45808244a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:25:53 +0000 Subject: [PATCH 1/2] 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 | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index 8d8396c2ba..0855c0d0cc 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ gem 'jbuilder', '~> 2.12.0' # gem 'bcrypt', '~> 3.1.7' # Use Active Storage variant -gem 'image_processing', '~> 1.12.2' +gem 'image_processing', '~> 1.13.0' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '~> 1.18.3', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 9e15d4bd3c..85b6e27e09 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -198,7 +198,7 @@ GEM faraday (>= 1, < 3) faraday-net_http (3.1.0) net-http - ffi (1.17.0) + ffi (1.17.0-x86_64-linux-gnu) flamegraph (0.9.5) glob (0.4.0) globalid (1.2.1) @@ -224,7 +224,7 @@ GEM icalendar (2.10.2) ice_cube (~> 0.16) ice_cube (0.17.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) @@ -282,7 +282,7 @@ GEM marcel (1.0.4) matrix (0.4.2) memory_profiler (1.0.2) - mini_magick (4.11.0) + mini_magick (4.13.2) mini_mime (1.1.5) minitest (5.24.1) minitest-ci (3.4.0) @@ -478,8 +478,9 @@ GEM ruby-saml (1.16.0) nokogiri (>= 1.13.10) rexml - ruby-vips (2.1.4) + ruby-vips (2.2.2) ffi (~> 1.12) + logger ruby2_keywords (0.0.5) rubyzip (2.3.2) selenium-webdriver (4.23.0) @@ -598,7 +599,7 @@ DEPENDENCIES httparty (~> 0.22.0) i18n-js (~> 4.2.3) icalendar (~> 2.10) - image_processing (~> 1.12.2) + image_processing (~> 1.13.0) jbuilder (~> 2.12.0) jsbundling-rails (~> 1.3.0) json_schemer (~> 2.3.0) From 130e948b25587589060d8fe8498e564edc8207b4 Mon Sep 17 00:00:00 2001 From: jorg-vr Date: Mon, 29 Jul 2024 14:13:55 +0200 Subject: [PATCH 2/2] fix ffi --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 85b6e27e09..565b14a8ab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -198,7 +198,7 @@ GEM faraday (>= 1, < 3) faraday-net_http (3.1.0) net-http - ffi (1.17.0-x86_64-linux-gnu) + ffi (1.17.0) flamegraph (0.9.5) glob (0.4.0) globalid (1.2.1)