From c91c659874bae3fa0ca313d817d6e5c5e20169a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Aug 2023 04:16:20 +0000 Subject: [PATCH] Bump mini_magick from 4.11.0 to 4.12.0 Bumps [mini_magick](https://github.com/minimagick/minimagick) from 4.11.0 to 4.12.0. - [Release notes](https://github.com/minimagick/minimagick/releases) - [Commits](https://github.com/minimagick/minimagick/compare/v4.11.0...v4.12.0) --- updated-dependencies: - dependency-name: mini_magick dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 43d964791..32dc947da 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem "jquery-rails", "~> 4.6.0" gem "jquery-ui-rails", "~> 6.0.1" gem "kaminari", "~> 1.2.2" gem "leaflet-rails", "~> 1.9.3" -gem "mini_magick", "~> 4.11.0" +gem "mini_magick", "~> 4.12.0" gem "omniauth", "~> 2.1.1" gem "omniauth-facebook", "~> 9.0.0" gem "omniauth-google-oauth2", "~> 1.0.1" diff --git a/Gemfile.lock b/Gemfile.lock index b53a420c2..51e1db5f3 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -338,7 +338,7 @@ GEM mime-types (3.4.1) mime-types-data (~> 3.2015) mime-types-data (3.2022.0105) - mini_magick (4.11.0) + mini_magick (4.12.0) mini_mime (1.1.5) mini_portile2 (2.8.4) minitest (5.19.0) @@ -717,7 +717,7 @@ DEPENDENCIES leaflet-rails (~> 1.9.3) letter_opener_web (~> 2.0.0) mdl (~> 0.12.0) - mini_magick (~> 4.11.0) + mini_magick (~> 4.12.0) omniauth (~> 2.1.1) omniauth-facebook (~> 9.0.0) omniauth-google-oauth2 (~> 1.0.1)