From e7549a07e2049798b838a44eee85e63baf8d98bd Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Thu, 30 May 2024 03:47:38 +0200 Subject: [PATCH] Bump faraday-typhoeus --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)