]> source.dussan.org Git - redmine.git/commitdiff
Gemfile: pin rmagick version 2.13
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 14 Apr 2015 04:50:43 +0000 (04:50 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 14 Apr 2015 04:50:43 +0000 (04:50 +0000)
rmagick 2.14 prints
'[DEPRECATION] requiring "RMagick" is deprecated. Use "rmagick" instead'.

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

Gemfile

diff --git a/Gemfile b/Gemfile
index f9132281ff9575f79ac8926c3934d1ef4fc9dee3..2498eefa52271707dc9c6f31e065f38ebb42d7fd 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.0.0"
+    gem "rmagick", "~> 2.13.4"
   end
 
   # Optional Markdown support, not for JRuby