Update mini_magick to 4.10 (#32763).

git-svn-id: http://svn.redmine.org/redmine/trunk@19412 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA
2020-01-07 13:55:07 +00:00
parent a2b0daca3d
commit d28f635715

View File

@@ -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