From 6fbee528facdb241c2f300756c9c2ffe8a082b5a Mon Sep 17 00:00:00 2001 From: Konstantin Haase Date: Tue, 17 May 2011 18:41:52 +0200 Subject: [PATCH] add redcarpet to gemfile and requirements docs --- Gemfile | 1 + README.rdoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ebe8a7aa..878f2d8a 100644 --- a/Gemfile +++ b/Gemfile @@ -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' diff --git a/README.rdoc b/README.rdoc index 25da74fe..6bc2cd33 100644 --- a/README.rdoc +++ b/README.rdoc @@ -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. Ruby 1.8.6 is no longer supported.