@@ -28,7 +28,7 platforms :mri, :mingw do | |||
|
28 | 28 | # RMagick 2 supports ruby 1.9 |
|
29 | 29 | # RMagick 1 would be fine for ruby 1.8 but Bundler does not support |
|
30 | 30 | # different requirements for the same gem on different platforms |
|
31 |
gem "rmagick", (RUBY_VERSION < "1.9" ? "2.13.3" : " |
|
|
31 | gem "rmagick", (RUBY_VERSION < "1.9" ? "2.13.3" : "~> 2.13.4") | |
|
32 | 32 | end |
|
33 | 33 | |
|
34 | 34 | # Optional Markdown support, not for JRuby |
General Comments 0
You need to be logged in to leave comments.
Login now