diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-04-14 04:50:43 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-04-14 04:50:43 +0000 |
commit | d3ca9f36febdd46e8ac014ba00c372826aa8d2c2 (patch) | |
tree | 8ccc799c407755a0f0e214f899dde9f19649c3c7 /Gemfile | |
parent | 94a9e2848f09abcefe73020f3d6fdfec266c0dc2 (diff) | |
download | redmine-d3ca9f36febdd46e8ac014ba00c372826aa8d2c2.tar.gz redmine-d3ca9f36febdd46e8ac014ba00c372826aa8d2c2.zip |
Gemfile: pin rmagick version 2.13
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
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |