]> source.dussan.org Git - redmine.git/commitdiff
Stay in RMagick 2.16.0 and don't update to 3.0.0 (#30821).
authorGo MAEDA <maeda@farend.jp>
Mon, 18 Feb 2019 08:15:22 +0000 (08:15 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 18 Feb 2019 08:15:22 +0000 (08:15 +0000)
Patch by Go MAEDA.

git-svn-id: http://svn.redmine.org/redmine/trunk@17875 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index ffc51245b76b65b03ad75b6fe1528a962995d672..83f488415161ebe54f03b39c43b0c537ac4c5aed 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -32,7 +32,7 @@ end
 platforms :mri, :mingw, :x64_mingw do
   # Optional gem for exporting the gantt to a PNG file, not supported with jruby
   group :rmagick do
-    gem "rmagick", ">= 2.14.0"
+    gem "rmagick", "~> 2.16.0"
   end
 
   # Optional Markdown support, not for JRuby