From e9582c4c27531876fc292bba6e588daa3339d6a4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 23:25:16 +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 | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index 525c14d..53fe902 100644 --- a/Gemfile +++ b/Gemfile @@ -18,7 +18,7 @@ gem 'jbuilder', '~> 2.7' gem 'bcrypt', '~> 3.1.7' # Use Active Storage variant -gem 'image_processing', '~> 1.2' +gem 'image_processing', '~> 1.12' gem 'cloudinary' diff --git a/Gemfile.lock b/Gemfile.lock index f481fca..8cca943 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -75,7 +75,7 @@ GEM factory_bot_rails (5.1.1) factory_bot (~> 5.1.0) railties (>= 4.2.0) - ffi (1.11.2) + ffi (1.15.5) globalid (0.4.2) activesupport (>= 4.2.0) http-accept (1.7.0) @@ -83,9 +83,9 @@ GEM domain_name (~> 0.5) i18n (1.7.0) concurrent-ruby (~> 1.0) - 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) jbuilder (2.9.1) activesupport (>= 4.2.0) listen (3.1.5) @@ -103,8 +103,10 @@ GEM mime-types (3.3) mime-types-data (~> 3.2015) mime-types-data (3.2019.1009) - mimemagic (0.3.3) - mini_magick (4.9.5) + mimemagic (0.3.10) + nokogiri (~> 1) + rake + mini_magick (4.11.0) mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.13.0) @@ -156,8 +158,8 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - ruby-vips (2.0.16) - ffi (~> 1.9) + ruby-vips (2.1.4) + ffi (~> 1.12) ruby_dep (1.5.0) spring (2.1.0) spring-watcher-listen (2.0.1) @@ -191,7 +193,7 @@ DEPENDENCIES byebug cloudinary factory_bot_rails - image_processing (~> 1.2) + image_processing (~> 1.12) jbuilder (~> 2.7) listen (>= 3.0.5, < 3.2) pg