From afcbdcd4316f41de7e1f27ee4cccd2ac6c557b6a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 23:32:20 +0000 Subject: [PATCH] Bump image_processing from 0.2.5 to 1.12.2 Bumps [image_processing](https://github.com/janko/image_processing) from 0.2.5 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/v0.2.5...v1.12.2) --- updated-dependencies: - dependency-name: image_processing dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 8 ++++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 9dca597..d4e0dc8 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ gem 'jbuilder', '~> 2.5' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.1.0', require: false -gem 'image_processing', '~> 0.2.3' +gem 'image_processing', '~> 1.12.2' gem 'mini_magick', '~> 4.5', '>= 4.5.1' diff --git a/Gemfile.lock b/Gemfile.lock index 7e8cc18..05eb285 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -93,7 +93,9 @@ GEM activesupport (>= 4.2.0) i18n (1.8.3) concurrent-ruby (~> 1.0) - image_processing (0.2.5) + image_processing (1.12.2) + mini_magick (>= 4.9.5, < 5) + ruby-vips (>= 2.0.17, < 3) jbuilder (2.10.0) activesupport (>= 5.0.0) jmespath (1.4.0) @@ -170,6 +172,8 @@ GEM rspec-mocks (~> 3.9) rspec-support (~> 3.9) rspec-support (3.9.2) + ruby-vips (2.1.4) + ffi (~> 1.12) ruby_dep (1.5.0) rubyzip (2.3.0) sass (3.7.4) @@ -234,7 +238,7 @@ DEPENDENCIES capybara (>= 2.15) coffee-rails (~> 4.2) database_cleaner - image_processing (~> 0.2.3) + image_processing (~> 1.12.2) jbuilder (~> 2.5) listen (>= 3.0.5, < 3.2) mini_magick (~> 4.5, >= 4.5.1)