From 55acd50232e307e252ddc91452c42e9ad24232ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 13:54:35 +0000 Subject: [PATCH] Bump image_processing from 1.13.0 to 1.14.0 Bumps [image_processing](https://github.com/janko/image_processing) from 1.13.0 to 1.14.0. - [Changelog](https://github.com/janko/image_processing/blob/master/CHANGELOG.md) - [Commits](https://github.com/janko/image_processing/compare/v1.13.0...v1.14.0) --- updated-dependencies: - dependency-name: image_processing dependency-version: 1.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Gemfile b/Gemfile index efa65f542..658e904c5 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem "globalize-accessors", "~> 0.3.0" gem "graphiql-rails", "~> 1.8.0" gem "graphql", "~> 2.4.13" gem "groupdate", "~> 6.5.1" -gem "image_processing", "~> 1.13.0" +gem "image_processing", "~> 1.14.0" gem "invisible_captcha", "~> 2.3.0" gem "kaminari", "~> 1.2.2" gem "mini_magick", "~> 4.13.2" diff --git a/Gemfile.lock b/Gemfile.lock index 4169f5e6a..718009567 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -247,7 +247,7 @@ GEM net-http (>= 0.5.0) faraday-retry (2.2.1) faraday (~> 2.0) - ffi (1.17.0) + ffi (1.17.2) fiber-storage (1.0.0) file_validators (3.0.0) activemodel (>= 3.2) @@ -307,8 +307,8 @@ GEM rails-i18n rainbow (>= 2.2.2, < 4.0) terminal-table (>= 1.5.1) - image_processing (1.13.0) - mini_magick (>= 4.9.5, < 5) + image_processing (1.14.0) + mini_magick (>= 4.9.5, < 6) ruby-vips (>= 2.0.17, < 3) invisible_captcha (2.3.0) rails (>= 5.2) @@ -604,7 +604,7 @@ GEM rubocop-rspec (~> 3, >= 3.0.1) ruby-progressbar (1.13.0) ruby-rc4 (0.1.5) - ruby-vips (2.2.2) + ruby-vips (2.2.3) ffi (~> 1.12) logger rubyzip (2.4.1) @@ -779,7 +779,7 @@ DEPENDENCIES groupdate (~> 6.5.1) htmlbeautifier (~> 1.4.3) i18n-tasks (~> 0.9.37) - image_processing (~> 1.13.0) + image_processing (~> 1.14.0) invisible_captcha (~> 2.3.0) kaminari (~> 1.2.2) knapsack_pro (~> 7.8.0)