summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGo MAEDA <maeda@farend.jp>2024-06-17 02:22:50 +0000
committerGo MAEDA <maeda@farend.jp>2024-06-17 02:22:50 +0000
commitb6fe86477033f8994e21f11ba4054908b2002fab (patch)
tree528ea068ab664197eb988bb9391f99b7557556f0 /Gemfile
parentaf6a627d205fba99a8bda29b0e0bfea0a766506e (diff)
downloadredmine-b6fe86477033f8994e21f11ba4054908b2002fab.tar.gz
redmine-b6fe86477033f8994e21f11ba4054908b2002fab.zip
Update MiniMagick to 4.13 (#40849).
git-svn-id: https://svn.redmine.org/redmine/trunk@22878 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 746544262..980261bc9 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.12.0'
+ gem 'mini_magick', '~> 4.13.0'
end
# Optional Markdown support