From ac03ab697834a9d6360e170bee14fa9816abacc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 23:28:40 +0000 Subject: [PATCH] Bump image_processing from 1.9.3 to 1.12.2 Bumps [image_processing](https://github.com/janko/image_processing) from 1.9.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.9.3...v1.12.2) --- updated-dependencies: - dependency-name: image_processing dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Gemfile b/Gemfile index f087325..31c6272 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem "devise", "~> 4.7", ">= 4.7.1" gem "dotenv-rails", "~> 2.7", ">= 2.7.5" gem "exiftool", "~> 1.0" gem "fast_jsonapi", "~> 1.6.0", git: "https://github.com/fast-jsonapi/fast_jsonapi" -gem "image_processing", "~> 1.2" +gem "image_processing", "~> 1.12" gem "interactor", "~> 3.0" gem "marcel", "~> 1.0", ">= 1.0.1" gem "omniauth", "~> 1.9" diff --git a/Gemfile.lock b/Gemfile.lock index 07787f7..f5af156 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -150,7 +150,7 @@ GEM i18n (>= 1.6, < 2) faraday (0.17.0) multipart-post (>= 1.2, < 3) - ffi (1.11.3) + ffi (1.15.5) foreman (0.86.0) globalid (0.4.2) activesupport (>= 4.2.0) @@ -160,9 +160,9 @@ GEM concurrent-ruby (~> 1.0) i18n-js (3.5.0) i18n (>= 0.6.6) - image_processing (1.9.3) + image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) - ruby-vips (>= 2.0.13, < 3) + ruby-vips (>= 2.0.17, < 3) inline_svg (1.6.0) activesupport (>= 3.0) nokogiri (>= 1.6) @@ -182,7 +182,7 @@ GEM mini_mime (>= 0.1.1) marcel (1.0.1) method_source (0.9.2) - mini_magick (4.9.5) + mini_magick (4.11.0) mini_mime (1.1.0) mini_portile2 (2.5.3) minitest (5.14.4) @@ -298,8 +298,8 @@ GEM rubocop-git (0.1.3) rubocop (>= 0.24.1) ruby-progressbar (1.10.1) - ruby-vips (2.0.16) - ffi (~> 1.9) + ruby-vips (2.1.4) + ffi (~> 1.12) rubyzip (2.0.0) selenium-webdriver (3.142.6) childprocess (>= 0.5, < 4.0) @@ -369,7 +369,7 @@ DEPENDENCIES foreman (~> 0.86.0) highline (~> 2.0) i18n-js (>= 3.0.0.rc11) - image_processing (~> 1.2) + image_processing (~> 1.12) inline_svg (~> 1.5, >= 1.5.2) interactor (~> 3.0) letter_opener (~> 1.7)