Skip to content

Commit

Permalink
omit wlang and rabl when running on MagLev
Browse files Browse the repository at this point in the history
  • Loading branch information
timfel committed Aug 19, 2012
1 parent 08be86a commit 89ed0fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -42,8 +42,8 @@ gem 'maruku'
gem 'creole'
gem 'markaby'
gem 'radius'
gem 'wlang', '>= 2.0.1'
gem 'rabl' unless RUBY_ENGINE == 'jruby'
gem 'wlang', '>= 2.0.1' unless RUBY_ENGINE == "maglev"
gem 'rabl' unless RUBY_ENGINE =~ /jruby|maglev/

if RUBY_ENGINE == 'jruby'
gem 'nokogiri', '!= 1.5.0'
Expand Down

0 comments on commit 89ed0fd

Please sign in to comment.