From 2daac000dfc137c3dba575145197c6b6c0dd7286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 23:36:38 +0000 Subject: [PATCH] build(deps): 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 c2964b19..201ca7f1 100644 --- a/Gemfile +++ b/Gemfile @@ -25,7 +25,7 @@ gem 'skylight', '~> 5.0' gem 'sidekiq', '~> 6.2.1' gem 'sidekiq-cron', '~> 1.2.0' gem 'aws-sdk-s3', '~> 1.94', require: false -gem 'image_processing', '~> 1.2' +gem 'image_processing', '~> 1.12' # Assets gem 'jquery-rails', '~> 4.3.5' diff --git a/Gemfile.lock b/Gemfile.lock index e81a30b2..d2c29465 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -151,7 +151,7 @@ GEM fabrication (2.22.0) faker (2.17.0) i18n (>= 1.6, < 2) - ffi (1.15.0) + ffi (1.15.5) formtastic (4.0.0) actionpack (>= 5.2.0) formtastic_i18n (0.6.0) @@ -170,7 +170,7 @@ GEM http_accept_language (2.1.1) 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) inherited_resources (1.12.0) @@ -345,7 +345,7 @@ GEM rack (>= 1.1) rubocop (>= 0.90.0, < 2.0) ruby-progressbar (1.11.0) - ruby-vips (2.1.0) + ruby-vips (2.1.4) ffi (~> 1.12) ruby2_keywords (0.0.4) rubyzip (2.3.0) @@ -443,7 +443,7 @@ DEPENDENCIES faker (~> 2.15) has_scope (~> 0.7.2) http_accept_language (~> 2.1.1) - image_processing (~> 1.2) + image_processing (~> 1.12) jquery-rails (~> 4.3.5) json_translate (~> 4.0.0) kaminari (~> 1.2.1)