diff --git a/Gemfile b/Gemfile index 6e3db63a..354b4a01 100644 --- a/Gemfile +++ b/Gemfile @@ -1,8 +1,7 @@ source "https://rubygems.org" # Seg fault in Typhoeus 0.6.3 (and ethon > 0.5.11) with rspec -gem "typhoeus", "=0.6.2" -gem "ethon", "=0.5.10" +gem "typhoeus", ">=0.6.3" gem "nokogiri" gem "json" gem "terminal-table" diff --git a/lib/common/hacks.rb b/lib/common/hacks.rb index 853d77dd..85d7fb14 100644 --- a/lib/common/hacks.rb +++ b/lib/common/hacks.rb @@ -47,20 +47,6 @@ module Typhoeus end end -module Ethon - class Easy - module Options - def cookiejar=(value) - Curl.set_option(:cookiejar, value_for(value, :string), handle) - end - - def cookiefile=(value) - Curl.set_option(:cookiefile, value_for(value, :string), handle) - end - end - end -end - # Override for puts to enable logging def puts(o = '') # remove color for logging