From d2c229eb36fb130cef8568e3e3bcb67e0ddca112 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2020 13:26:48 +0000 Subject: [PATCH] Bump mini_magick from 4.7.0 to 4.9.4 Bumps [mini_magick](https://github.com/minimagick/minimagick) from 4.7.0 to 4.9.4. - [Release notes](https://github.com/minimagick/minimagick/releases) - [Commits](https://github.com/minimagick/minimagick/compare/v4.7.0...v4.9.4) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 162301e..d1f2c61 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ gem 'pg', '0.20.0' gem 'bcrypt', '3.1.12' gem 'faker', '1.7.3' gem 'carrierwave', '1.2.2' -gem 'mini_magick', '4.7.0' +gem 'mini_magick', '4.9.4' gem 'will_paginate', '3.1.6' gem 'bootstrap-will_paginate', '1.0.0' gem 'bootstrap-sass', '3.3.7' diff --git a/Gemfile.lock b/Gemfile.lock index e9c9260..af48d13 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -278,7 +278,7 @@ GEM mime-types (3.2.2) mime-types-data (~> 3.2015) mime-types-data (3.2018.0812) - mini_magick (4.7.0) + mini_magick (4.9.4) mini_mime (1.0.1) mini_portile2 (2.4.0) minitest (5.10.3) @@ -419,7 +419,7 @@ DEPENDENCIES jbuilder (= 2.7.0) jquery-rails (= 4.3.1) listen (= 3.1.5) - mini_magick (= 4.7.0) + mini_magick (= 4.9.4) minitest (= 5.10.3) minitest-reporters (= 1.1.14) pg (= 0.20.0)