From 4ef24520830af23e3968b40e2dc3c266d558f7f8 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Thu, 8 Jan 2015 14:14:07 +0100 Subject: [PATCH] Update Typhoeus to 0.7.0 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c013e1fe..8ac69a7f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'typhoeus', '~>0.6.8' +gem 'typhoeus', '~>0.7.0' gem 'nokogiri' gem 'addressable' gem 'json'