Skip to content

Commit

Permalink
Don't install Oj on JRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Mar 16, 2012
1 parent eb2345d commit 868be36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

gem 'json', '~> 1.4', :require => nil
gem 'oj', '~> 1.0', :require => nil
gem 'oj', '~> 1.0', :require => nil, :platforms => [:ruby, :mswin, :mingw]
gem 'yajl-ruby', '~> 1.0', :require => nil

gemspec

0 comments on commit 868be36

Please sign in to comment.