From 8970dc78cf6a24b10863572875c62be48a7910c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Mar 2022 23:21:56 +0000 Subject: [PATCH] Bump image_processing from 1.11.0 to 1.12.2 Bumps [image_processing](https://github.com/janko/image_processing) from 1.11.0 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.11.0...v1.12.2) --- updated-dependencies: - dependency-name: image_processing dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 23 +++++++++++++---------- 2 files changed, 14 insertions(+), 11 deletions(-) diff --git a/Gemfile b/Gemfile index 3e91d12..199446e 100644 --- a/Gemfile +++ b/Gemfile @@ -27,7 +27,7 @@ gem 'jbuilder', '~> 2.5' gem 'pg' -gem 'image_processing', '~> 1.2' +gem 'image_processing', '~> 1.12' gem 'rails-i18n', '~> 6.0' diff --git a/Gemfile.lock b/Gemfile.lock index 6389b71..050b0f0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -6,8 +6,12 @@ GIT rails (>= 6.0.2) GEM - remote: https://rubygems.org/ remote: https://rails-assets.org/ + specs: + rails-assets-bulma (0.7.4) + +GEM + remote: https://rubygems.org/ specs: action_policy (0.4.3) actioncable (6.0.3.2) @@ -128,7 +132,7 @@ GEM erubi (1.9.0) erubis (2.7.0) execjs (2.7.0) - ffi (1.13.1) + ffi (1.15.5) font-awesome-sass (5.8.1) sassc (>= 1.11) globalid (0.4.2) @@ -152,7 +156,7 @@ GEM domain_name (~> 0.5) i18n (1.8.3) concurrent-ruby (~> 1.0) - image_processing (1.11.0) + image_processing (1.12.2) mini_magick (>= 4.9.5, < 5) ruby-vips (>= 2.0.17, < 3) jbuilder (2.10.0) @@ -177,7 +181,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2020.0512) mimemagic (0.3.5) - mini_magick (4.10.1) + mini_magick (4.11.0) mini_mime (1.0.2) mini_portile2 (2.4.0) minitest (5.14.1) @@ -192,7 +196,7 @@ GEM pretender (0.3.4) actionpack (>= 4.2) public_suffix (4.0.5) - puma (4.3.5) + puma (4.3.11) nio4r (~> 2.0) rack (2.2.3) rack-test (1.1.0) @@ -212,7 +216,6 @@ GEM bundler (>= 1.3.0) railties (= 6.0.3.2) sprockets-rails (>= 2.0.0) - rails-assets-bulma (0.7.4) rails-dom-testing (2.0.3) activesupport (>= 4.2.0) nokogiri (>= 1.6) @@ -240,8 +243,8 @@ GEM http-cookie (>= 1.0.2, < 2.0) mime-types (>= 1.16, < 4.0) netrc (~> 0.8) - ruby-vips (2.0.17) - ffi (~> 1.9) + ruby-vips (2.1.4) + ffi (~> 1.12) ruby_dep (1.5.0) ruby_parser (3.14.2) sexp_processor (~> 4.9) @@ -329,14 +332,14 @@ DEPENDENCIES font-awesome-sass (~> 5.8.1) haml haml-rails - image_processing (~> 1.2) + image_processing (~> 1.12) jbuilder (~> 2.5) jquery-rails listen (>= 3.0.5, < 3.2) pagy pg pretender - puma (~> 4.1) + puma (~> 4.3.8) rails (~> 6.0.2) rails-assets-bulma! rails-i18n (~> 6.0)