From 78c2fb13700dafaa86f1ee537dac6a7c1a2a48d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 23:35:48 +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 | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index 3b4126f..64904fb 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem 'font-awesome-sass', '~> 4.7.0' gem 'trix-rails', require: 'trix' gem 'devise' gem 'mini_magick' -gem 'image_processing', '~> 1.2' +gem 'image_processing', '~> 1.12' gem 'file_validators' gem 'remotipart', '~> 1.2' gem 'flatpickr_rails' diff --git a/Gemfile.lock b/Gemfile.lock index b769620..e433c15 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -112,7 +112,7 @@ GEM warden (~> 1.2.3) erubi (1.9.0) execjs (2.7.0) - ffi (1.11.1) + ffi (1.15.5) file_validators (2.3.0) activemodel (>= 3.2) mime-types (>= 1.0) @@ -127,9 +127,9 @@ GEM multi_xml (>= 0.5.2) i18n (1.8.8) 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) jquery-rails (4.3.5) @@ -213,8 +213,8 @@ GEM responders (3.0.0) actionpack (>= 5.0) railties (>= 5.0) - ruby-vips (2.0.16) - ffi (~> 1.9) + ruby-vips (2.1.4) + ffi (~> 1.12) ruby_dep (1.5.0) rubyzip (2.0.0) sass (3.7.4) @@ -303,7 +303,7 @@ DEPENDENCIES flatpickr_rails font-awesome-sass (~> 4.7.0) httparty - image_processing (~> 1.2) + image_processing (~> 1.12) jbuilder (~> 2.5) jquery-rails listen (>= 3.0.5, < 3.2)