1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 11:37:14 +00:00

Update MiniMagick to 5.1 (#42104).

git-svn-id: https://svn.redmine.org/redmine/trunk@23440 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2025-01-15 09:02:51 +00:00
parent 9fccf787a4
commit 2b527f9aa1

View File

@ -41,7 +41,7 @@ end
# Optional gem for exporting the gantt to a PNG file
group :minimagick do
gem 'mini_magick', '~> 5.0.1'
gem 'mini_magick', '~> 5.1.0'
end
# Optional CommonMark support, not for JRuby