diff --git a/Gemfile b/Gemfile index 66125bc18..8b421b992 100644 --- a/Gemfile +++ b/Gemfile @@ -149,7 +149,7 @@ gem "addressable", "2.8.6", require: "addressable/uri" gem "faraday", "2.9.0" gem "faraday-cookie_jar", "0.0.7" 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" # Views diff --git a/Gemfile.lock b/Gemfile.lock index 3cc8e8c80..6011b0ec4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -260,7 +260,7 @@ GEM faraday-net_http (3.1.0) net-http faraday-retry (1.0.3) - faraday-typhoeus (1.0.0) + faraday-typhoeus (1.1.0) faraday (~> 2.0) typhoeus (~> 1.4) ferrum (0.13) @@ -820,7 +820,7 @@ DEPENDENCIES faraday-cookie_jar (= 0.0.7) faraday-follow_redirects (= 0.3.0) faraday-retry - faraday-typhoeus (= 1.0.0) + faraday-typhoeus (= 1.1.0) fixture_builder (= 0.5.2) fog-aws (= 3.22.0) fuubar (= 2.5.1)