add redcarpet gem to Gemfile

This commit is contained in:
Patricio Mac Adden 2013-03-09 17:27:03 -03:00
parent a9fd92f1cd
commit 94573ae556
1 changed files with 1 additions and 0 deletions

View File

@ -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'