mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Attempt to switch to new webmock that supports Ruby 2.6+
Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
afe936ead1
commit
501a39018e
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue