Skip to content

Commit

Permalink
Add webmock pessimism < 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyw committed May 7, 2016
1 parent 46e083d commit cb83b10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -24,7 +24,7 @@ group :test do
gem 'rspec', '~> 3.0.0'
gem 'simplecov', :require => false
gem 'vcr', '~> 2.9.2'
gem 'webmock', '>= 1.9'
gem 'webmock', '>= 1.9', '< 2.0.0'
end

platforms :rbx do
Expand Down

0 comments on commit cb83b10

Please sign in to comment.