Skip to content

Commit

Permalink
Unlocking webmock for runcible tests to pass
Browse files Browse the repository at this point in the history
  • Loading branch information
parthaa committed Aug 16, 2018
1 parent c4ec673 commit f72bb74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ gemspec
group :test do
gem 'rake', '0.9.2.2'
gem 'vcr'
gem 'webmock', '< 2.0.0' # https://github.com/vcr/vcr/issues/570
gem 'webmock'
gem 'minitest', '~> 4.7'
gem 'parseconfig'
gem 'mocha', "~> 0.14.0"
Expand Down

0 comments on commit f72bb74

Please sign in to comment.