From 8732b27063aa61c6cc2d38554e2a9a35c59b0e02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 23:36:52 +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 | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index 6f3dadc..87f9b0a 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,7 @@ gem 'jbuilder', '~> 2.7' gem "devise" gem 'discard', '~> 1.2' -gem 'image_processing', '~> 1.2' +gem 'image_processing', '~> 1.12' # Use Active Storage variant # gem 'image_processing', '~> 1.2' diff --git a/Gemfile.lock b/Gemfile.lock index 31c0601..65d646f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -88,12 +88,12 @@ GEM discard (1.2.0) activerecord (>= 4.2, < 7) erubi (1.10.0) - ffi (1.15.4) + ffi (1.15.5) globalid (0.5.2) activesupport (>= 5.0) 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) jbuilder (2.11.2) @@ -116,6 +116,8 @@ GEM nio4r (2.5.8) nokogiri (1.12.4-x86_64-darwin) racc (~> 1.4) + nokogiri (1.12.4-x86_64-linux) + racc (~> 1.4) orm_adapter (0.5.0) public_suffix (4.0.6) puma (5.4.0) @@ -163,7 +165,7 @@ GEM actionpack (>= 5.0) railties (>= 5.0) rexml (3.2.5) - ruby-vips (2.1.3) + ruby-vips (2.1.4) ffi (~> 1.12) rubyzip (2.3.2) sass-rails (6.0.0) @@ -221,6 +223,7 @@ GEM PLATFORMS x86_64-darwin-20 + x86_64-linux DEPENDENCIES bootsnap (>= 1.4.4) @@ -228,7 +231,7 @@ DEPENDENCIES capybara (>= 3.26) devise discard (~> 1.2) - image_processing (~> 1.2) + image_processing (~> 1.12) jbuilder (~> 2.7) listen (~> 3.3) mysql2 (~> 0.5)