diff options
author | Go MAEDA <maeda@farend.jp> | 2025-04-01 01:43:03 +0000 |
---|---|---|
committer | Go MAEDA <maeda@farend.jp> | 2025-04-01 01:43:03 +0000 |
commit | 40bb0d35a5546d62b03b00941728fc144e5d8083 (patch) | |
tree | 2dcc93c6dff58e75549f9a265d5b99031275aa4e | |
parent | 042245bc86605da73b23139724a9dd2009ed5758 (diff) | |
download | redmine-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |