From d568028fbd6a027dc50145281c8ab77bcb55b2c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 23:38:19 +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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index d271bf4c..385b8fd4 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem "tzinfo-data" gem "bootsnap", ">= 1.4.2", require: false # Use Active Storage variants [https://guides.rubyonrails.org/active_storage_overview.html#transforming-images] -gem "image_processing", "~> 1.9", ">= 1.9.2" +gem "image_processing", "~> 1.12" # Security update gem "nokogiri", ">= 1.12.5" diff --git a/Gemfile.lock b/Gemfile.lock index 556a1c9b..d590fb91 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -254,7 +254,7 @@ GEM http-form_data (2.3.0) i18n (1.10.0) 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) iniparse (1.5.0) @@ -445,7 +445,7 @@ GEM rubocop-ast (>= 0.4.0) ruby-oembed (0.16.1) ruby-progressbar (1.11.0) - ruby-vips (2.1.3) + ruby-vips (2.1.4) ffi (~> 1.12) ruby2_keywords (0.0.5) rubyzip (2.3.2) @@ -539,7 +539,7 @@ DEPENDENCIES foreman gibbon groupdate - image_processing (~> 1.9, >= 1.9.2) + image_processing (~> 1.12) inline_svg (~> 1.8) invisible_captcha (~> 2.0) jbuilder!