From 1eb0f1777f1912680b94a6641d313545505cfb78 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 23:25:41 +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 | 24 +++++++++++++----------- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/Gemfile b/Gemfile index ddab1ff..afea7bd 100644 --- a/Gemfile +++ b/Gemfile @@ -32,7 +32,7 @@ gem 'paper_trail', '~> 10.3', '>= 10.3.1' gem 'paper_trail-association_tracking', '~> 2.0' gem 'draper', '~> 3.1' gem 'dotenv-rails', '~> 2.7', '>= 2.7.5' -gem 'image_processing', '~> 1.9', '>= 1.9.3' +gem 'image_processing', '~> 1.12' gem 'apartment', github: 'influitive/apartment', branch: 'development' diff --git a/Gemfile.lock b/Gemfile.lock index ef7938f..db3b270 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -195,10 +195,10 @@ GEM factory_bot (~> 5.0.2) railties (>= 4.2.0) ffaker (2.1.0) - ffi (1.11.1) - ffi (1.11.1-java) - ffi (1.11.1-x64-mingw32) - ffi (1.11.1-x86-mingw32) + ffi (1.15.5) + ffi (1.15.5-java) + ffi (1.15.5-x64-mingw32) + ffi (1.15.5-x86-mingw32) fog-aws (3.5.2) fog-core (~> 2.1) fog-json (~> 1.1) @@ -240,9 +240,9 @@ GEM jquery-rails rails (>= 3.1.0) sass-rails - 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) ipaddress (0.8.3) jbuilder (2.9.1) activesupport (>= 4.2.0) @@ -288,8 +288,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.11.3) @@ -396,8 +398,8 @@ GEM rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) rspec-support (3.8.2) - ruby-vips (2.0.14) - ffi (~> 1.9) + ruby-vips (2.1.4) + ffi (~> 1.12) ruby_dep (1.5.0) ruby_parser (3.13.1) sexp_processor (~> 4.9) @@ -513,7 +515,7 @@ DEPENDENCIES haml (~> 5.1, >= 5.1.2) haml-rails (~> 2.0, >= 2.0.1) icheck-rails (~> 1.0, >= 1.0.2.2) - image_processing (~> 1.9, >= 1.9.3) + image_processing (~> 1.12) jbuilder (~> 2.7) jquery-datatables-rails (~> 3.4) jquery-rails (~> 4.3, >= 4.3.5)