diff --git a/Gemfile b/Gemfile index f9cac35c..ab61b862 100644 --- a/Gemfile +++ b/Gemfile @@ -4,5 +4,5 @@ gem "typhoeus", "0.4.2" gem "rspec", :require => "spec" gem "nokogiri" gem "json" -gem "webmock" +gem "webmock", "1.8.11" gem "simplecov" diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index f9a8df1c..1a114b5a 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -35,6 +35,7 @@ end require File.expand_path(File.dirname(__FILE__) + '/../lib/common_helper') +gem 'webmock', '=1.8.11' require 'webmock/rspec' SPEC_DIR = ROOT_DIR + '/spec'