##// END OF EJS Templates
Use redcarpet 3.3 if using ruby 1.9 and higher (#20735)....
Jean-Philippe Lang -
r14185:52f9ab110558
parent child
Show More
@@ -33,8 +33,7 platforms :mri, :mingw do
33 33
34 34 # Optional Markdown support, not for JRuby
35 35 group :markdown do
36 # TODO: upgrade to redcarpet 3.x when ruby1.8 support is dropped
37 gem "redcarpet", "~> 2.3.0"
36 gem "redcarpet", (RUBY_VERSION < "1.9" ? "~> 2.3.0" : "~> 3.3.2")
38 37 end
39 38 end
40 39
General Comments 0
You need to be logged in to leave comments. Login now