From 672d5290742848cd2bf09bf7cb74fc80fafec229 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 23:28:50 +0000 Subject: [PATCH] Bump image_processing from 1.10.3 to 1.12.2 Bumps [image_processing](https://github.com/janko/image_processing) from 1.10.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.10.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 a37818d..ee61c3f 100644 --- a/Gemfile +++ b/Gemfile @@ -43,7 +43,7 @@ gem 'octicons_helper' gem 'octokit', '~> 4.0' # 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 95e7dd3..083354e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -114,13 +114,13 @@ GEM execjs (2.7.0) faraday (1.0.0) multipart-post (>= 1.2, < 3) - ffi (1.12.2) + ffi (1.15.5) foreman (0.87.0) globalid (0.4.2) activesupport (>= 4.2.0) i18n (1.8.2) concurrent-ruby (~> 1.0) - image_processing (1.10.3) + image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) jaro_winkler (1.5.4) @@ -148,7 +148,7 @@ GEM mimemagic (~> 0.3.2) method_source (0.9.2) mimemagic (0.3.3) - mini_magick (4.10.1) + mini_magick (4.11.0) mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.0) @@ -231,8 +231,8 @@ GEM rack (>= 1.1) rubocop (>= 0.72.0) ruby-progressbar (1.10.1) - ruby-vips (2.0.17) - ffi (~> 1.9) + ruby-vips (2.1.4) + ffi (~> 1.12) ruby_dep (1.5.0) rubyzip (2.0.0) sass-rails (6.0.0) @@ -314,7 +314,7 @@ DEPENDENCIES devise-i18n (~> 1.9.0) dotenv-rails foreman - image_processing (~> 1.2) + image_processing (~> 1.12) jbuilder (~> 2.7) jquery-rails letter_opener (~> 1.7.0)