mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-07 00:11:11 -04:00
Bump yajl-ruby dependency to version 1.0
This commit is contained in:
parent
a267870cfd
commit
ec4ac456f9
2
Gemfile
2
Gemfile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user