From ad8e92444cb17c5bb65f7d6518fcc55e0bbeee25 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Tue, 30 Oct 2012 16:19:49 +0100 Subject: [PATCH] Added specific version to Typhoeus in Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 3d5b0dd7..52951893 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "typhoeus" +gem "typhoeus", "0.4.2" gem "rspec", :require => "spec" gem "nokogiri" gem "webmock"