##// END OF EJS Templates
upgrade rmagick to 2.14...
Toshi MARUYAMA -
r13788:40c4682b5bd3
parent child
Show More
@@ -32,7 +32,7 end
32 32 platforms :mri, :mingw, :x64_mingw do
33 33 # Optional gem for exporting the gantt to a PNG file, not supported with jruby
34 34 group :rmagick do
35 gem "rmagick", "~> 2.13.4"
35 gem "rmagick", ">= 2.14.0"
36 36 end
37 37
38 38 # Optional Markdown support, not for JRuby
@@ -18,7 +18,7
18 18 require 'redmine/core_ext'
19 19
20 20 begin
21 require 'RMagick' unless Object.const_defined?(:Magick)
21 require 'rmagick' unless Object.const_defined?(:Magick)
22 22 rescue LoadError
23 23 # RMagick is not available
24 24 end
General Comments 0
You need to be logged in to leave comments. Login now