From d28f6357150d085765abd364df91fe7e45baa983 Mon Sep 17 00:00:00 2001 From: Go MAEDA Date: Tue, 7 Jan 2020 13:55:07 +0000 Subject: [PATCH] Update mini_magick to 4.10 (#32763). git-svn-id: http://svn.redmine.org/redmine/trunk@19412 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4329d2003..f5428377d 100644 --- a/Gemfile +++ b/Gemfile @@ -31,7 +31,7 @@ end # Optional gem for exporting the gantt to a PNG file group :minimagick do - gem "mini_magick", "~> 4.9.5" + gem 'mini_magick', '~> 4.10.1' end # Optional Markdown support, not for JRuby -- 2.39.5