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
1 changed files with 3 additions and 1 deletions

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