##// END OF EJS Templates
Merged r14167 from trunk to 2.6-stable...
Toshi MARUYAMA -
r13787:3a729e2a3715
parent child
Show More
@@ -28,7 +28,7 platforms :mri, :mingw do
28 # RMagick 2 supports ruby 1.9
28 # RMagick 2 supports ruby 1.9
29 # RMagick 1 would be fine for ruby 1.8 but Bundler does not support
29 # RMagick 1 would be fine for ruby 1.8 but Bundler does not support
30 # different requirements for the same gem on different platforms
30 # different requirements for the same gem on different platforms
31 gem "rmagick", (RUBY_VERSION < "1.9" ? "2.13.3" : ">= 2.0.0")
31 gem "rmagick", (RUBY_VERSION < "1.9" ? "2.13.3" : "~> 2.13.4")
32 end
32 end
33
33
34 # Optional Markdown support, not for JRuby
34 # Optional Markdown support, not for JRuby
General Comments 0
You need to be logged in to leave comments. Login now