Pinning minitest to 5.15.0 to fix build issue

Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
This commit is contained in:
Nikita Mathur 2022-06-27 21:07:30 +05:30
parent b203ca099b
commit 6fafd446b1
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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,