From edfab735890d69a1e188f43113c1a0acf84531c4 Mon Sep 17 00:00:00 2001 From: Benjamin Neff Date: Sat, 16 Sep 2017 04:29:40 +0200 Subject: [PATCH] Bump typhoeus --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 22a440067..52c4bdff0 100644 --- a/Gemfile +++ b/Gemfile @@ -181,7 +181,7 @@ gem "addressable", "2.5.2", require: "addressable/uri" gem "faraday", "0.11.0" # also update User-Agent in OpenID specs gem "faraday_middleware", "0.12.2" gem "faraday-cookie_jar", "0.0.6" -gem "typhoeus", "1.1.2" +gem "typhoeus", "1.3.0" # Views diff --git a/Gemfile.lock b/Gemfile.lock index 1a9c02c24..fee7519d9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -710,7 +710,7 @@ GEM simple_oauth (~> 0.3.1) twitter-text (1.14.7) unf (~> 0.1.0) - typhoeus (1.1.2) + typhoeus (1.3.0) ethon (>= 0.9.0) tzinfo (1.2.3) thread_safe (~> 0.1) @@ -894,7 +894,7 @@ DEPENDENCIES turbo_dev_assets (= 0.0.2) twitter (= 6.1.0) twitter-text (= 1.14.7) - typhoeus (= 1.1.2) + typhoeus (= 1.3.0) uglifier (= 3.2.0) unicorn (= 5.3.0) unicorn-worker-killer (= 0.4.4)