summaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-04-14 05:38:14 +0000
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>2015-04-14 05:38:14 +0000
commit40c4682b5bd337e99e94760d5b16a84690ed3f9a (patch)
treeaf77bfcb249649c257dd10853b1455d8d331ac5d /Gemfile
parentd3ca9f36febdd46e8ac014ba00c372826aa8d2c2 (diff)
downloadredmine-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--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 2498eefa5..c67a8efbc 100644
--- 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.13.4"
+ gem "rmagick", ">= 2.14.0"
end
# Optional Markdown support, not for JRuby