diff --git a/Gemfile b/Gemfile index 624a90f90..349820af9 100644 --- a/Gemfile +++ b/Gemfile @@ -92,7 +92,7 @@ gem 'acts-as-taggable-on', '2.4.1' gem 'addressable', '2.3.5', :require => 'addressable/uri' gem 'faraday', '0.8.8' gem 'faraday_middleware', '0.9.0' -gem 'typhoeus', '0.6.3' +gem 'typhoeus', '0.6.7' # Views diff --git a/Gemfile.lock b/Gemfile.lock index be9bf4521..eb6ebcd67 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,7 @@ GEM entypo-rails (2.0.2) railties (>= 3.1, <= 5) erubis (2.7.0) - ethon (0.5.12) + ethon (0.6.2) ffi (>= 1.3.0) mime-types (~> 1.18) excon (0.25.3) @@ -402,8 +402,8 @@ GEM faraday (~> 0.8, < 0.10) multi_json (~> 1.0) simple_oauth (~> 0.2) - typhoeus (0.6.3) - ethon (~> 0.5.11) + typhoeus (0.6.7) + ethon (~> 0.6.2) tzinfo (0.3.38) uglifier (2.1.2) execjs (>= 0.3.0) @@ -504,7 +504,7 @@ DEPENDENCIES test_after_commit (= 0.2.0) timecop (= 0.7.1) twitter (= 4.8.1) - typhoeus (= 0.6.3) + typhoeus (= 0.6.7) uglifier (= 2.1.2) unicorn (= 4.6.3) webmock (= 1.13.0)