From 3691bba100d32aab25e4073ec8e4a30e11511895 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Sun, 14 Aug 2016 10:39:35 +0200 Subject: [PATCH] Bump typhoeus --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 88fac00c7..7ea75ce49 100644 --- a/Gemfile +++ b/Gemfile @@ -168,7 +168,7 @@ gem "addressable", "2.3.8", require: "addressable/uri" gem "faraday", "0.9.2" gem "faraday_middleware", "0.10.0" gem "faraday-cookie_jar", "0.0.6" -gem "typhoeus", "1.0.2" +gem "typhoeus", "1.1.0" # Views diff --git a/Gemfile.lock b/Gemfile.lock index 68007747d..8e786755e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -859,7 +859,7 @@ GEM simple_oauth (~> 0.3.0) twitter-text (1.14.0) unf (~> 0.1.0) - typhoeus (1.0.2) + typhoeus (1.1.0) ethon (>= 0.9.0) tzinfo (1.2.2) thread_safe (~> 0.1) @@ -1041,7 +1041,7 @@ DEPENDENCIES turbo_dev_assets (= 0.0.2) twitter (= 5.16.0) twitter-text (= 1.14.0) - typhoeus (= 1.0.2) + typhoeus (= 1.1.0) uglifier (= 3.0.0) unicorn (= 5.1.0) unicorn-worker-killer (= 0.4.4)