From 2abce99667cb63f0d9410f6a38fd53b863a004af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 23:30:56 +0000 Subject: [PATCH] build(deps): bump image_processing from 1.11.0 to 1.12.2 Bumps [image_processing](https://github.com/janko/image_processing) from 1.11.0 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.11.0...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 038f89f..8a6afb5 100644 --- a/Gemfile +++ b/Gemfile @@ -30,7 +30,7 @@ gem 'jbuilder', '~> 2.7' # gem 'bcrypt', '~> 3.1.7' # Use Active Storage variant -gem 'image_processing', '~> 1.2' +gem 'image_processing', '~> 1.12' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '>= 1.4.2', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 78809f0..2ca81ff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -83,13 +83,13 @@ GEM responders warden (~> 1.2.3) erubi (1.9.0) - ffi (1.12.2) + ffi (1.15.5) globalid (0.4.2) activesupport (>= 4.2.0) gravtastic (3.2.6) i18n (1.8.2) concurrent-ruby (~> 1.0) - image_processing (1.11.0) + image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) jbuilder (2.10.0) @@ -119,7 +119,7 @@ GEM mimemagic (~> 0.3.2) method_source (0.9.2) mimemagic (0.3.5) - mini_magick (4.10.1) + mini_magick (4.11.0) mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.1) @@ -189,8 +189,8 @@ GEM responders (3.0.0) actionpack (>= 5.0) railties (>= 5.0) - ruby-vips (2.0.17) - ffi (~> 1.9) + ruby-vips (2.1.4) + ffi (~> 1.12) rubyzip (2.3.0) sass-rails (6.0.0) sassc-rails (~> 2.1, >= 2.1.1) @@ -256,7 +256,7 @@ DEPENDENCIES capybara (>= 2.15) devise gravtastic - image_processing (~> 1.2) + image_processing (~> 1.12) jbuilder (~> 2.7) listen (~> 3.2) notifications