mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
redcarpet support in tilt is broken under 1.9
This commit is contained in:
parent
27fd3159ac
commit
46abbd2739
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -59,7 +59,7 @@ end
|
||||||
unless RUBY_ENGINE == 'jruby' && JRUBY_VERSION < "1.6.1" && !ENV['TRAVIS']
|
unless RUBY_ENGINE == 'jruby' && JRUBY_VERSION < "1.6.1" && !ENV['TRAVIS']
|
||||||
# C extensions
|
# C extensions
|
||||||
gem 'rdiscount'
|
gem 'rdiscount'
|
||||||
gem 'redcarpet'
|
platforms(:ruby_18) { gem 'redcarpet' }
|
||||||
gem 'RedCloth' unless RUBY_ENGINE == "macruby"
|
gem 'RedCloth' unless RUBY_ENGINE == "macruby"
|
||||||
|
|
||||||
## bluecloth is broken
|
## bluecloth is broken
|
||||||
|
|
Loading…
Reference in a new issue