From 235460682237be97e1d080aa3b6ace03420d1195 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 May 2022 01:11:04 +0000 Subject: [PATCH] Bump image_processing from 1.9.3 to 1.12.2 Bumps [image_processing](https://github.com/janko/image_processing) from 1.9.3 to 1.12.2. - [Release notes](https://github.com/janko/image_processing/releases) - [Changelog](https://github.com/janko/image_processing/blob/master/CHANGELOG.md) - [Commits](https://github.com/janko/image_processing/compare/v1.9.3...v1.12.2) --- updated-dependencies: - dependency-name: image_processing dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index da8db4609..1215ac047 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" } ruby '2.7.5' gem 'rails', '6.1.4.6' -gem 'image_processing', '1.9.3' +gem 'image_processing', '1.12.2' gem 'mini_magick', '4.9.5' gem 'active_storage_validations', '0.8.9' gem 'bcrypt', '3.1.13' diff --git a/Gemfile.lock b/Gemfile.lock index 0a8fc3de8..6b839f4fb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -129,9 +129,9 @@ GEM minitest (>= 3.0) i18n (1.10.0) concurrent-ruby (~> 1.0) - image_processing (1.9.3) + image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) - ruby-vips (>= 2.0.13, < 3) + ruby-vips (>= 2.0.17, < 3) jbuilder (2.10.0) activesupport (>= 5.0.0) jmespath (1.6.1) @@ -159,6 +159,8 @@ GEM nio4r (2.5.8) nokogiri (1.13.6-x86_64-darwin) racc (~> 1.4) + nokogiri (1.13.6-x86_64-linux) + racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) shellany (~> 0.0) @@ -271,6 +273,7 @@ GEM PLATFORMS x86_64-darwin-19 + x86_64-linux DEPENDENCIES active_storage_validations (= 0.8.9) @@ -284,7 +287,7 @@ DEPENDENCIES faker (= 2.11.0) guard (= 2.16.2) guard-minitest (= 2.4.6) - image_processing (= 1.9.3) + image_processing (= 1.12.2) jbuilder (= 2.10.0) listen (= 3.4.1) mini_magick (= 4.9.5)