Skip to content

Commit

Permalink
do not install json on jruby in 1.9 mode
Browse files Browse the repository at this point in the history
  • Loading branch information
rkh committed Mar 7, 2012
1 parent 66b2541 commit 414b9d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -68,7 +68,7 @@ if RUBY_ENGINE != 'jruby' or not ENV['TRAVIS']
end end


platforms :ruby_18, :jruby do platforms :ruby_18, :jruby do
gem 'json' gem 'json' unless RUBY_VERSION > '1.9' # is there a jruby but 1.8 only selector?
end end


platforms :mri_18 do platforms :mri_18 do
Expand Down

0 comments on commit 414b9d5

Please sign in to comment.