diff --git a/Gemfile b/Gemfile index ccbefe298..592c07717 100644 --- a/Gemfile +++ b/Gemfile @@ -160,7 +160,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.1" +gem "typhoeus", "1.0.2" # Views diff --git a/Gemfile.lock b/Gemfile.lock index cc80d9838..33fc412ab 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -185,7 +185,7 @@ GEM railties (>= 3.1, <= 5) equalizer (0.0.10) erubis (2.7.0) - ethon (0.8.1) + ethon (0.9.0) ffi (>= 1.3.0) eventmachine (1.0.9.1) excon (0.49.0) @@ -767,8 +767,8 @@ GEM simple_oauth (~> 0.3.0) twitter-text (1.13.4) unf (~> 0.1.0) - typhoeus (1.0.1) - ethon (>= 0.8.0) + typhoeus (1.0.2) + ethon (>= 0.9.0) tzinfo (1.2.2) thread_safe (~> 0.1) uglifier (2.7.2) @@ -922,7 +922,7 @@ DEPENDENCIES turbo_dev_assets (= 0.0.2) twitter (= 5.16.0) twitter-text (= 1.13.4) - typhoeus (= 1.0.1) + typhoeus (= 1.0.2) uglifier (= 2.7.2) unicorn (= 5.0.1) uuid (= 2.3.8)