From 80f57673ab9374a24a9f6fb871bf144b04d7c349 Mon Sep 17 00:00:00 2001
From: Benjamin Neff <benjamin@coding4coffee.ch>
Date: Sat, 10 Nov 2018 20:18:46 +0100
Subject: [PATCH] Bump typhoeus

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

diff --git a/Gemfile b/Gemfile
index d0c9913352..de4ffab022 100644
--- a/Gemfile
+++ b/Gemfile
@@ -183,7 +183,7 @@ gem "addressable",        "2.5.2", require: "addressable/uri"
 gem "faraday",            "0.15.3"
 gem "faraday_middleware", "0.12.2"
 gem "faraday-cookie_jar", "0.0.6"
-gem "typhoeus",           "1.3.0"
+gem "typhoeus",           "1.3.1"
 
 # Views
 
diff --git a/Gemfile.lock b/Gemfile.lock
index 72c01d4d33..119722de2c 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -711,7 +711,7 @@ GEM
       simple_oauth (~> 0.3.0)
     twitter-text (1.14.7)
       unf (~> 0.1.0)
-    typhoeus (1.3.0)
+    typhoeus (1.3.1)
       ethon (>= 0.9.0)
     tzinfo (1.2.5)
       thread_safe (~> 0.1)
@@ -893,7 +893,7 @@ DEPENDENCIES
   turbo_dev_assets (= 0.0.2)
   twitter (= 6.2.0)
   twitter-text (= 1.14.7)
-  typhoeus (= 1.3.0)
+  typhoeus (= 1.3.1)
   uglifier (= 4.1.19)
   unicorn (= 5.4.1)
   unicorn-worker-killer (= 0.4.4)
-- 
GitLab