1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

Update mini_magick to 4.11 (#32763).

git-svn-id: http://svn.redmine.org/redmine/trunk@20337 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2020-11-12 00:20:25 +00:00
parent fb29705ae8
commit dc8606973d

View File

@ -39,7 +39,7 @@ end
# Optional gem for exporting the gantt to a PNG file
group :minimagick do
gem 'mini_magick', '~> 4.10.1'
gem 'mini_magick', '~> 4.11.0'
end
# Optional Markdown support, not for JRuby