From b2b7790e84a6dfdff8b1750dc53f2f7a45a1a627 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2024 14:42: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 | 9 +++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 4e3abcb16..b7bc9109d 100644 --- a/Gemfile +++ b/Gemfile @@ -29,7 +29,7 @@ gem "globalize-accessors", "~> 0.3.0" gem "graphiql-rails", "~> 1.8.0" gem "graphql", "~> 1.13.22" gem "groupdate", "~> 6.4.0" -gem "image_processing", "~> 1.12.2" +gem "image_processing", "~> 1.13.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 9ccce26e7..55bfc5deb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -224,7 +224,7 @@ GEM faraday-net_http (>= 2.0, < 3.2) faraday-net_http (3.1.0) net-http - ffi (1.15.5) + ffi (1.17.0) file_validators (3.0.0) activemodel (>= 3.2) mime-types (>= 1.0) @@ -283,7 +283,7 @@ GEM rails-i18n rainbow (>= 2.2.2, < 4.0) terminal-table (>= 1.5.1) - image_processing (1.12.2) + image_processing (1.13.0) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) invisible_captcha (2.3.0) @@ -568,8 +568,9 @@ GEM rubocop-rspec (~> 3, >= 3.0.1) ruby-progressbar (1.13.0) ruby-rc4 (0.1.5) - ruby-vips (2.1.4) + ruby-vips (2.2.2) ffi (~> 1.12) + logger rubyzip (2.3.2) rugged (1.6.3) rvm1-capistrano3 (1.4.0) @@ -735,7 +736,7 @@ DEPENDENCIES graphql (~> 1.13.22) groupdate (~> 6.4.0) i18n-tasks (~> 0.9.37) - image_processing (~> 1.12.2) + image_processing (~> 1.13.0) invisible_captcha (~> 2.3.0) kaminari (~> 1.2.2) knapsack_pro (~> 7.8.0)