Bump yajl-ruby dependency to version 1.0

This commit is contained in:
Erik Michaels-Ober 2011-09-15 20:08:01 -07:00
parent a267870cfd
commit ec4ac456f9

View File

@ -13,7 +13,7 @@ group :test do
gem 'typhoeus', '~> 0.2'
# ActiveSupport::JSON will be used in ruby 1.8 and Yajl in 1.9; this is to test against both adapters
gem 'activesupport', '~> 2.3', :require => nil, :platforms => [:ruby_18, :jruby]
gem 'yajl-ruby', '~> 0.8', :require => 'yajl', :platforms => :ruby_19
gem 'yajl-ruby', '~> 1.0', :require => 'yajl', :platforms => :ruby_19
end
platforms :jruby do