1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

Revert "enable bluecloth"

This reverts commit 52dc53222d.
This commit is contained in:
Konstantin Haase 2011-06-05 16:13:55 +02:00
parent 52dc53222d
commit 89c6a38a15

View file

@ -46,7 +46,9 @@ unless RUBY_ENGINE == 'jruby' && JRUBY_VERSION < "1.6.1"
# C extensions
gem 'rdiscount', :group => 'rdiscount'
gem 'redcarpet', :group => 'redcarpet'
gem 'bluecloth', :group => 'bluecloth'
## bluecloth is broken
#gem 'bluecloth', :group => 'bluecloth'
end
platforms :ruby_18, :jruby do