From 4ab6fc2c5cdf35da28e0b41dffbac06295d4875d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 23:26:44 +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 | 16 +++++++++------- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index 9d2bd35..e908e43 100644 --- a/Gemfile +++ b/Gemfile @@ -2,7 +2,7 @@ source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } gem 'rails', '6.0.1' -gem 'image_processing', '1.9.3' +gem 'image_processing', '1.12.2' gem 'mini_magick', '4.9.5' gem 'active_storage_validations', '0.8.2' gem 'bcrypt', '3.1.13' diff --git a/Gemfile.lock b/Gemfile.lock index cdaf965..1da2556 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -107,7 +107,7 @@ GEM execjs (2.7.0) faker (2.1.2) i18n (>= 0.8) - ffi (1.11.3) + ffi (1.15.5) formatador (0.2.5) globalid (0.4.2) activesupport (>= 4.2.0) @@ -126,9 +126,9 @@ GEM minitest (>= 3.0) i18n (1.7.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.9.1) activesupport (>= 4.2.0) jmespath (1.4.0) @@ -145,7 +145,9 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - mimemagic (0.3.3) + mimemagic (0.3.10) + nokogiri (~> 1) + rake mini_magick (4.9.5) mini_mime (1.0.2) mini_portile2 (2.4.0) @@ -210,8 +212,8 @@ GEM ffi (~> 1.0) regexp_parser (1.6.0) ruby-progressbar (1.10.1) - ruby-vips (2.0.16) - ffi (~> 1.9) + ruby-vips (2.1.4) + ffi (~> 1.12) ruby_dep (1.5.0) rubyzip (1.3.0) sass (3.7.4) @@ -287,7 +289,7 @@ DEPENDENCIES faker (= 2.1.2) guard (= 2.15.0) guard-minitest (= 2.4.6) - image_processing (= 1.9.3) + image_processing (= 1.12.2) jbuilder (= 2.9.1) listen (= 3.1.5) mini_magick (= 4.9.5)