redcarpet support in tilt is broken under 1.9

This commit is contained in:
Konstantin Haase 2011-12-30 13:27:35 +01:00
parent 27fd3159ac
commit 46abbd2739
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ end
unless RUBY_ENGINE == 'jruby' && JRUBY_VERSION < "1.6.1" && !ENV['TRAVIS']
# C extensions
gem 'rdiscount'
gem 'redcarpet'
platforms(:ruby_18) { gem 'redcarpet' }
gem 'RedCloth' unless RUBY_ENGINE == "macruby"
## bluecloth is broken