From 18ea3343fdae9d0ba1cd44d9f070ecefc7d77167 Mon Sep 17 00:00:00 2001
From: Pirate Praveen <praveen@debian.org>
Date: Thu, 17 Sep 2020 00:20:03 +0530
Subject: [PATCH] Update typhoeus 1.3.1 -> 1.4.0

closes #8145
---
 Gemfile      | 2 +-
 Gemfile.lock | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/Gemfile b/Gemfile
index 19903cd714..01089e9dff 100644
--- a/Gemfile
+++ b/Gemfile
@@ -186,7 +186,7 @@ gem "addressable",        "2.7.0", require: "addressable/uri"
 gem "faraday",            "0.15.4"
 gem "faraday_middleware", "0.13.1"
 gem "faraday-cookie_jar", "0.0.6"
-gem "typhoeus",           "1.3.1"
+gem "typhoeus",           "1.4.0"
 
 # Views
 
diff --git a/Gemfile.lock b/Gemfile.lock
index 92ab90a583..35764e08f6 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -736,7 +736,7 @@ GEM
       simple_oauth (~> 0.3.0)
     twitter-text (1.14.7)
       unf (~> 0.1.0)
-    typhoeus (1.3.1)
+    typhoeus (1.4.0)
       ethon (>= 0.9.0)
     tzinfo (1.2.7)
       thread_safe (~> 0.1)
@@ -918,7 +918,7 @@ DEPENDENCIES
   turbo_dev_assets (= 0.0.2)
   twitter (= 7.0.0)
   twitter-text (= 1.14.7)
-  typhoeus (= 1.3.1)
+  typhoeus (= 1.4.0)
   uglifier (= 4.2.0)
   unicorn (= 5.5.3)
   unicorn-worker-killer (= 0.4.4)
-- 
GitLab