From aecb90649cb4be8bdd6069de77da6f4076da9e56 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 23:25: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 | 18 ++++++++++-------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/Gemfile b/Gemfile index f00d022..3365546 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ gem 'puma', '~> 4.3', '>= 4.3.1' # Use Active Model has_secure_password gem 'bcrypt', '~> 3.1', '>= 3.1.13' # Use Active Storage variant -gem 'image_processing', '~> 1.9', '>= 1.9.3' +gem 'image_processing', '~> 1.12' # Reduces boot times through caching; required in config/boot.rb gem 'bootsnap', '~> 1.4', '>= 1.4.5', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 570c82f..c5b5c45 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -72,7 +72,7 @@ GEM railties (>= 4.2.0) faker (2.8.1) i18n (>= 1.6, < 1.8) - ffi (1.11.3) + ffi (1.15.5) globalid (0.4.2) activesupport (>= 4.2.0) graphiql-rails (1.7.0) @@ -81,9 +81,9 @@ GEM graphql (1.9.16) 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) jwt (2.2.1) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) @@ -97,8 +97,10 @@ GEM marcel (0.3.3) mimemagic (~> 0.3.2) method_source (0.9.2) - 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) @@ -161,8 +163,8 @@ GEM rspec-mocks (~> 3.8) rspec-support (~> 3.8) rspec-support (3.9.0) - 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-commands-rspec (1.0.4) @@ -197,7 +199,7 @@ DEPENDENCIES faker (~> 2.8, >= 2.8.1) graphiql-rails (~> 1.7) graphql (~> 1.9, >= 1.9.16) - image_processing (~> 1.9, >= 1.9.3) + image_processing (~> 1.12) jwt (~> 2.2, >= 2.2.1) listen (>= 3.0.5, < 3.2) pg (~> 1.1, >= 1.1.4)