From adc9356fa52f48911f81cb6f3c2530990efd895d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 23:37:00 +0000 Subject: [PATCH] Bump image_processing from 1.12.1 to 1.12.2 Bumps [image_processing](https://github.com/janko/image_processing) from 1.12.1 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.12.1...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, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index a1b23d2..416fc00 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ gem 'redis', '~> 4.0' # Hiredis is a high speed Redis client library. gem 'hiredis', '~> 0.6' # 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.4', require: false # Windows does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index e496710..346ad03 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -68,13 +68,13 @@ GEM concurrent-ruby (1.1.9) crass (1.0.6) erubi (1.10.0) - ffi (1.15.3) + ffi (1.15.5) globalid (0.4.2) activesupport (>= 4.2.0) hiredis (0.6.3) i18n (1.8.10) concurrent-ruby (~> 1.0) - image_processing (1.12.1) + image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) listen (3.6.0) @@ -136,7 +136,7 @@ GEM rb-inotify (0.10.1) ffi (~> 1.0) redis (4.3.1) - ruby-vips (2.1.2) + ruby-vips (2.1.4) ffi (~> 1.12) semantic_range (3.0.0) spring (2.1.1) @@ -172,7 +172,7 @@ DEPENDENCIES bootsnap (>= 1.4.4) byebug hiredis (~> 0.6) - image_processing (~> 1.2) + image_processing (~> 1.12) listen (~> 3.3) pg (~> 1.1) puma (~> 5.0)