]> source.dussan.org Git - redmine.git/commitdiff
Update mini_magick to 4.10 (#32763).
authorGo MAEDA <maeda@farend.jp>
Tue, 7 Jan 2020 13:55:07 +0000 (13:55 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 7 Jan 2020 13:55:07 +0000 (13:55 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@19412 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 4329d20030753b92f31a6e57c6bbb9277d079ec5..f5428377da7da08994a0edb1de1e731c961c103f 100644 (file)
--- 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