mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
add redcarpet to gemfile and requirements docs
This commit is contained in:
parent
8dc9e35ff3
commit
6fbee528fa
2 changed files with 2 additions and 1 deletions
1
Gemfile
1
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'
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue