mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Pinning minitest to 5.15.0 to fix build issue
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
This commit is contained in:
parent
b203ca099b
commit
6fafd446b1
2 changed files with 2 additions and 2 deletions
2
Gemfile
2
Gemfile
|
@ -29,7 +29,7 @@ group :test do
|
|||
gem "json_schemer", ">= 0.2.1", "< 0.2.19"
|
||||
gem "m"
|
||||
gem "minitest-sprint", "~> 1.0"
|
||||
gem "minitest", "~> 5.5"
|
||||
gem "minitest", "5.15.0"
|
||||
gem "mocha", "~> 1.1"
|
||||
gem "nokogiri", "~> 1.9"
|
||||
gem "pry-byebug"
|
||||
|
|
|
@ -227,7 +227,7 @@ class MockLoader
|
|||
'sh -c \'type "/sbin/auditctl"\'' => empty.call,
|
||||
'sh -c \'type "sql"\'' => cmd_exit_1.call,
|
||||
'type "pwsh"' => empty.call,
|
||||
'type "netstat"' => empty.call,
|
||||
'type "/usr/sbin/netstat"' => empty.call,
|
||||
"sh -c 'find /etc/apache2/ports.conf -type l -maxdepth 1'" => empty.call,
|
||||
"sh -c 'find /etc/httpd/conf.d/*.conf -type l -maxdepth 1'" => empty.call,
|
||||
"sh -c 'find /etc/httpd/mods-enabled/*.conf -type l -maxdepth 1'" => empty.call,
|
||||
|
|
Loading…
Reference in a new issue