mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
add redcarpet gem to Gemfile
This commit is contained in:
parent
a9fd92f1cd
commit
94573ae556
1 changed files with 1 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -44,6 +44,7 @@ gem 'radius'
|
|||
gem 'rabl' unless RUBY_ENGINE =~ /jruby|maglev/
|
||||
gem 'wlang', '>= 2.0.1' unless RUBY_ENGINE =~ /jruby|rbx/
|
||||
gem 'therubyracer' unless RUBY_ENGINE =~ /jruby|rbx/
|
||||
gem 'redcarpet' unless RUBY_ENGINE == 'jruby'
|
||||
|
||||
if RUBY_ENGINE != 'rbx' or RUBY_VERSION < '1.9'
|
||||
gem 'liquid'
|
||||
|
|
Loading…
Reference in a new issue