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"