##// END OF EJS Templates
Gemfile: pin rmagick version 2.13...
Toshi MARUYAMA -
r13785:d3ca9f36febd
parent child
Show More
@@ -32,7 +32,7 end
32 platforms :mri, :mingw, :x64_mingw do
32 platforms :mri, :mingw, :x64_mingw do
33 # Optional gem for exporting the gantt to a PNG file, not supported with jruby
33 # Optional gem for exporting the gantt to a PNG file, not supported with jruby
34 group :rmagick do
34 group :rmagick do
35 gem "rmagick", ">= 2.0.0"
35 gem "rmagick", "~> 2.13.4"
36 end
36 end
37
37
38 # Optional Markdown support, not for JRuby
38 # Optional Markdown support, not for JRuby
General Comments 0
You need to be logged in to leave comments. Login now