From 3f23ef7e315787afbcd05d3a03c7a64d7e7e6998 Mon Sep 17 00:00:00 2001 From: Steffen van Bergerem Date: Thu, 2 Mar 2017 17:33:09 +0100 Subject: [PATCH] Bump typhoeus --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 63680e2c2..0cf31d31b 100644 --- a/Gemfile +++ b/Gemfile @@ -176,7 +176,7 @@ gem "addressable", "2.4.0", require: "addressable/uri" gem "faraday", "0.9.2" gem "faraday_middleware", "0.10.0" gem "faraday-cookie_jar", "0.0.6" -gem "typhoeus", "1.1.0" +gem "typhoeus", "1.1.2" # Views diff --git a/Gemfile.lock b/Gemfile.lock index 560bd614a..ab292a7a9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -215,7 +215,7 @@ GEM http-cookie (~> 1.0.0) faraday_middleware (0.10.0) faraday (>= 0.7.4, < 0.10) - ffi (1.9.14) + ffi (1.9.17) fixture_builder (0.4.1) activerecord (>= 2) activesupport (>= 2) @@ -733,7 +733,7 @@ GEM simple_oauth (~> 0.3.0) twitter-text (1.14.5) unf (~> 0.1.0) - typhoeus (1.1.0) + typhoeus (1.1.2) ethon (>= 0.9.0) tzinfo (1.2.2) thread_safe (~> 0.1) @@ -915,7 +915,7 @@ DEPENDENCIES turbo_dev_assets (= 0.0.2) twitter (= 5.16.0) twitter-text (= 1.14.5) - typhoeus (= 1.1.0) + typhoeus (= 1.1.2) uglifier (= 3.0.2) unicorn (= 5.1.0) unicorn-worker-killer (= 0.4.4)