]> source.dussan.org Git - redmine.git/commitdiff
Merged r17875 from trunk to 4.0-stable (#30821).
authorGo MAEDA <maeda@farend.jp>
Mon, 18 Feb 2019 08:36:25 +0000 (08:36 +0000)
committerGo MAEDA <maeda@farend.jp>
Mon, 18 Feb 2019 08:36:25 +0000 (08:36 +0000)
git-svn-id: http://svn.redmine.org/redmine/branches/4.0-stable@17876 e93f8b46-1217-0410-a6f0-8f06a7374b81

Gemfile

diff --git a/Gemfile b/Gemfile
index 89e5f62304719daa3720ff540fef8d9e633e3580..52789e57c7a5aeea249ba1a317bf083f29f5f1bf 100644 (file)
--- a/Gemfile
+++ b/Gemfile
@@ -34,7 +34,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