We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a69b613 + 23fd5c7 commit 7144bc0Copy full SHA for 7144bc0
Gemfile
@@ -2,6 +2,9 @@
2
3
source 'https://rubygems.org'
4
5
+# Versions of `chef-utils` newer than `16.6.14` depend on Ruby 2.6 or
6
+# newer, but the GitHub Actions Windows image comes with Ruby 2.5.8
7
+gem 'chef-utils', '~> 16.6.14'
8
# Use the latest version of `inspec` prior to `4.23.4`, which introduces a
9
# regression where the diff isn't displayed when comparing using `eq`.
10
gem 'inspec', '~> 4.22.22'
Gemfile.lock
@@ -525,6 +525,7 @@ PLATFORMS
525
ruby
526
527
DEPENDENCIES
528
+ chef-utils (~> 16.6.14)
529
inspec (~> 4.22.22)
530
kitchen-docker!
531
kitchen-inspec (>= 2.2.1)
0 commit comments