From 08004dae7f48b0bc14b0d5c2aa3574e74fcc33c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 09:38:17 +0000 Subject: [PATCH] Update mini_magick requirement from 4.5.1 to 4.9.5 Updates the requirements on [mini_magick](https://github.com/minimagick/minimagick) to permit the latest version. - [Release notes](https://github.com/minimagick/minimagick/releases) - [Commits](https://github.com/minimagick/minimagick/compare/v4.5.1...v4.9.5) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index e6efd1f..2105c2f 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ gem 'rails', '5.0.1' gem 'bcrypt', '3.1.11' gem 'faker', '1.6.6' gem 'carrierwave', '0.11.2' -gem 'mini_magick', '4.5.1' +gem 'mini_magick', '4.9.5' gem 'fog', '1.38.0' gem 'will_paginate', '3.1.0' gem 'bootstrap-will_paginate', '0.0.10'