mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
redcloth now works on maglev
This commit is contained in:
parent
33c64d0d01
commit
8ce0d35d8b
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -32,7 +32,7 @@ gem 'erubis'
|
|||
gem 'liquid'
|
||||
gem 'slim', '~> 1.0'
|
||||
gem 'temple', '!= 0.3.3'
|
||||
gem 'RedCloth' if RUBY_VERSION < "1.9.3" and not RUBY_ENGINE.start_with? 'ma'
|
||||
gem 'RedCloth' if RUBY_VERSION < "1.9.3" and not RUBY_ENGINE == "macruby"
|
||||
gem 'coffee-script', '>= 2.0'
|
||||
gem 'rdoc'
|
||||
gem 'kramdown'
|
||||
|
|
Loading…
Reference in a new issue