Bump faraday-typhoeus
This commit is contained in:
parent
68575f6c58
commit
e7549a07e2
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -149,7 +149,7 @@ gem "addressable", "2.8.6", require: "addressable/uri"
|
||||||
gem "faraday", "2.9.0"
|
gem "faraday", "2.9.0"
|
||||||
gem "faraday-cookie_jar", "0.0.7"
|
gem "faraday-cookie_jar", "0.0.7"
|
||||||
gem "faraday-follow_redirects", "0.3.0"
|
gem "faraday-follow_redirects", "0.3.0"
|
||||||
gem "faraday-typhoeus", "1.0.0", require: false
|
gem "faraday-typhoeus", "1.1.0", require: false
|
||||||
gem "typhoeus", "1.4.0"
|
gem "typhoeus", "1.4.0"
|
||||||
|
|
||||||
# Views
|
# Views
|
||||||
|
|
|
||||||
|
|
@ -260,7 +260,7 @@ GEM
|
||||||
faraday-net_http (3.1.0)
|
faraday-net_http (3.1.0)
|
||||||
net-http
|
net-http
|
||||||
faraday-retry (1.0.3)
|
faraday-retry (1.0.3)
|
||||||
faraday-typhoeus (1.0.0)
|
faraday-typhoeus (1.1.0)
|
||||||
faraday (~> 2.0)
|
faraday (~> 2.0)
|
||||||
typhoeus (~> 1.4)
|
typhoeus (~> 1.4)
|
||||||
ferrum (0.13)
|
ferrum (0.13)
|
||||||
|
|
@ -820,7 +820,7 @@ DEPENDENCIES
|
||||||
faraday-cookie_jar (= 0.0.7)
|
faraday-cookie_jar (= 0.0.7)
|
||||||
faraday-follow_redirects (= 0.3.0)
|
faraday-follow_redirects (= 0.3.0)
|
||||||
faraday-retry
|
faraday-retry
|
||||||
faraday-typhoeus (= 1.0.0)
|
faraday-typhoeus (= 1.1.0)
|
||||||
fixture_builder (= 0.5.2)
|
fixture_builder (= 0.5.2)
|
||||||
fog-aws (= 3.22.0)
|
fog-aws (= 3.22.0)
|
||||||
fuubar (= 2.5.1)
|
fuubar (= 2.5.1)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue