summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-10-02 23:46:17 +0000
committerGo MAEDA <maeda@farend.jp>2024-10-02 23:46:17 +0000
commitf6b835119fe3c87b7e77a9ed6c4283c1f83643ce (patch)
treeef627d1871fde0a5d73fad4b5703e29eb25ab337 /Gemfile
parent168ece17fdb43ea15fcbdd301ac40b98dc2ae1cd (diff)
downloadredmine-f6b835119fe3c87b7e77a9ed6c4283c1f83643ce.tar.gz
redmine-f6b835119fe3c87b7e77a9ed6c4283c1f83643ce.zip
Update MiniMagick to 5.0 (#41312).
Patch by Katsuya HIDAKA (user:hidakatsuya). git-svn-id: https://svn.redmine.org/redmine/trunk@23099 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 544aa16f0..46eeb9276 100644
--- a/Gemfile
+++ b/Gemfile
@@ -41,7 +41,7 @@ end
# Optional gem for exporting the gantt to a PNG file
group :minimagick do
- gem 'mini_magick', '~> 4.13.0'
+ gem 'mini_magick', '~> 5.0.1'
end
# Optional Markdown support