diff --git a/Gemfile b/Gemfile index 2f01986f..75dfee41 100644 --- a/Gemfile +++ b/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'