Attempt to switch to new webmock that supports Ruby 2.6+

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith 2019-04-11 13:40:18 -07:00
parent afe936ead1
commit 501a39018e

View file

@ -19,7 +19,7 @@ group :test do
gem 'concurrent-ruby', '~> 1.0'
gem 'mocha', '~> 1.1'
gem 'ruby-progressbar', '~> 1.8'
gem 'webmock', '~> 2.3.2'
gem 'webmock', '~> 3.0'
gem 'jsonschema', '~> 2.0.2'
gem 'passgen'
gem 'm'