]> source.dussan.org Git - redmine.git/commitdiff
Update MiniMagick to 4.12 (#38121).
authorGo MAEDA <maeda@farend.jp>
Tue, 27 Dec 2022 01:04:28 +0000 (01:04 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 27 Dec 2022 01:04:28 +0000 (01:04 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22004 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index ad36471b940e1e12fb2c70317c7ebbc9f69539c9..9bded8b158405dfdbaf07b9242bf6a5f67039757 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -40,7 +40,7 @@ end
 
 # Optional gem for exporting the gantt to a PNG file
 group :minimagick do
-  gem 'mini_magick', '~> 4.11.0'
+  gem 'mini_magick', '~> 4.12.0'
 end
 
 # Optional Markdown support