diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-04-14 05:38:14 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2015-04-14 05:38:14 +0000 |
commit | 40c4682b5bd337e99e94760d5b16a84690ed3f9a (patch) | |
tree | af77bfcb249649c257dd10853b1455d8d331ac5d /Gemfile | |
parent | d3ca9f36febdd46e8ac014ba00c372826aa8d2c2 (diff) | |
download | redmine-40c4682b5bd337e99e94760d5b16a84690ed3f9a.tar.gz redmine-40c4682b5bd337e99e94760d5b16a84690ed3f9a.zip |
upgrade rmagick to 2.14
And replace deprecated requiring "RMagick" to "rmagick".
git-svn-id: http://svn.redmine.org/redmine/trunk@14170 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.13.4" + gem "rmagick", ">= 2.14.0" end # Optional Markdown support, not for JRuby |