old redcarpet for ruby 1.8
This commit is contained in:
parent
c0192e2849
commit
ba3b8c4db3
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -24,7 +24,7 @@ gem "stylus", :require => false
|
||||||
|
|
||||||
platforms :ruby do
|
platforms :ruby do
|
||||||
gem "therubyracer"
|
gem "therubyracer"
|
||||||
gem "redcarpet"
|
gem "redcarpet", /^1\.8/.match(RUBY_VERSION) ? "~> 2.0" : "~> 3.0"
|
||||||
end
|
end
|
||||||
|
|
||||||
# Cross-templating language block fix for Ruby 1.8
|
# Cross-templating language block fix for Ruby 1.8
|
||||||
|
|
Loading…
Add table
Reference in a new issue