mirror of
https://github.com/lostisland/faraday.git
synced 2025-10-04 00:02:03 -04:00
allow Excon 0.15 or greater
This commit is contained in:
parent
790a3c6535
commit
d83cc69159
2
Gemfile
2
Gemfile
@ -7,7 +7,7 @@ end
|
||||
group :test do
|
||||
gem 'em-http-request', '~> 1.0', :require => 'em-http'
|
||||
gem 'em-synchrony', '~> 1.0', :require => ['em-synchrony', 'em-synchrony/em-http'], :platforms => :ruby_19
|
||||
gem 'excon', '~> 0.14.1'
|
||||
gem 'excon', '>= 0.14.1'
|
||||
gem 'httpclient', '~> 2.2'
|
||||
gem 'net-http-persistent', '~> 2.5', :require => false
|
||||
gem 'leftright', '~> 0.9', :require => false
|
||||
|
Loading…
x
Reference in New Issue
Block a user