omit wlang and rabl when running on MagLev

This commit is contained in:
Tim Felgentreff 2012-08-19 17:27:58 +02:00
parent 08be86ac7b
commit 89ed0fd518
1 changed files with 2 additions and 2 deletions

View File

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