Skip to content

Commit

Permalink
Merge pull request #562 from timfel/master
Browse files Browse the repository at this point in the history
Omit wlang and rabl when running on MagLev
  • Loading branch information
rkh committed Aug 20, 2012
2 parents 08be86a + 89ed0fd commit f383fac
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 'creole'
gem 'markaby' gem 'markaby'
gem 'radius' gem 'radius'
gem 'wlang', '>= 2.0.1' gem 'wlang', '>= 2.0.1' unless RUBY_ENGINE == "maglev"
gem 'rabl' unless RUBY_ENGINE == 'jruby' gem 'rabl' unless RUBY_ENGINE =~ /jruby|maglev/


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

0 comments on commit f383fac

Please sign in to comment.