add redcarpet to gemfile and requirements docs

This commit is contained in:
Konstantin Haase 2011-05-17 18:41:52 +02:00
parent 8dc9e35ff3
commit 6fbee528fa
2 changed files with 2 additions and 1 deletions

View File

@ -41,6 +41,7 @@ gem 'creole', :group => 'creole'
unless RUBY_ENGINE == 'jruby' && JRUBY_VERSION < "1.6.1"
# C extensions
gem 'rdiscount', :group => 'rdiscount'
gem 'redcarpet', :group => 'redcarpet'
## bluecloth is broken
#gem 'bluecloth', :group => 'bluecloth'

View File

@ -1653,7 +1653,7 @@ The following Ruby versions are officially supported:
template libraries are known, however, if you choose to use JRuby, please
look into JRuby rack handlers, as the Thin web server is not fully supported
on JRuby. JRuby's support for C extensions is still experimental, which only
affects RDiscount at the moment.
affects RDiscount and Redcarpet at the moment.
<b>Ruby 1.8.6 is no longer supported.</b>