Skip to content

Commit

Permalink
disable wlang on rbx in 1.8 mode, too
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Jan 26, 2013
1 parent 8dcb3f6 commit 5e49f33
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,8 @@ gem 'creole'
gem 'markaby'
gem 'radius'
gem 'rabl' unless RUBY_ENGINE =~ /jruby|maglev/

unless RUBY_ENGINE == 'rbx' and RUBY_VERSION > '1.9'
gem 'wlang', '>= 2.0.1' unless RUBY_ENGINE == "maglev"
gem 'liquid'
end
gem 'wlang', '>= 2.0.1' unless RUBY_ENGINE =~ /jruby|rbx/
gem 'liquid' unless RUBY_ENGINE == 'rbx' and RUBY_VERSION > '1.9'

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

0 comments on commit 5e49f33

Please sign in to comment.