From a4b3c300997f3ee39bd5ddc3da19d75df494bcd5 Mon Sep 17 00:00:00 2001 From: erwanlr Date: Mon, 4 Mar 2013 11:00:18 +0100 Subject: [PATCH] Uses Typhoeus 0.6.2 instead of master --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a6db3c5c..51f013d9 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "typhoeus", :git => "https://github.com/typhoeus/typhoeus.git" +gem "typhoeus", "~>0.6.2" gem "nokogiri" gem "json"