summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2025-04-01 01:43:03 +0000
committerGo MAEDA <maeda@farend.jp>2025-04-01 01:43:03 +0000
commit40bb0d35a5546d62b03b00941728fc144e5d8083 (patch)
tree2dcc93c6dff58e75549f9a265d5b99031275aa4e
parent042245bc86605da73b23139724a9dd2009ed5758 (diff)
downloadredmine-40bb0d35a5546d62b03b00941728fc144e5d8083.tar.gz
redmine-40bb0d35a5546d62b03b00941728fc144e5d8083.zip
Update MiniMagick to 5.2 (#42104).
git-svn-id: https://svn.redmine.org/redmine/trunk@23593 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 97d5d25e3..32f710c54 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', '~> 5.1.0'
+ gem 'mini_magick', '~> 5.2.0'
end
# Optional CommonMark support, not for JRuby