Skip to content

Commit

Permalink
add bluecloth to Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
patriciomacadden committed Mar 9, 2013
1 parent a9fd92f commit 8ce6494
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -44,6 +44,7 @@ gem 'radius'
gem 'rabl' unless RUBY_ENGINE =~ /jruby|maglev/ gem 'rabl' unless RUBY_ENGINE =~ /jruby|maglev/
gem 'wlang', '>= 2.0.1' unless RUBY_ENGINE =~ /jruby|rbx/ gem 'wlang', '>= 2.0.1' unless RUBY_ENGINE =~ /jruby|rbx/
gem 'therubyracer' unless RUBY_ENGINE =~ /jruby|rbx/ gem 'therubyracer' unless RUBY_ENGINE =~ /jruby|rbx/
gem 'bluecloth' unless RUBY_ENGINE == 'jruby'


if RUBY_ENGINE != 'rbx' or RUBY_VERSION < '1.9' if RUBY_ENGINE != 'rbx' or RUBY_VERSION < '1.9'
gem 'liquid' gem 'liquid'
Expand Down

0 comments on commit 8ce6494

Please sign in to comment.