old redcarpet for ruby 1.8

This commit is contained in:
Thomas Reynolds 2013-07-16 15:07:59 -07:00
parent c0192e2849
commit ba3b8c4db3

View file

@ -24,7 +24,7 @@ gem "stylus", :require => false
platforms :ruby do
gem "therubyracer"
gem "redcarpet"
gem "redcarpet", /^1\.8/.match(RUBY_VERSION) ? "~> 2.0" : "~> 3.0"
end
# Cross-templating language block fix for Ruby 1.8