Skip to content

Commit 7144bc0

Browse files
authored
Merge pull request #140 from dafyddj/ci/chef-utils
chore(gemfile+lock): pin `chef-utils` to `16.6.14` to work on Ruby 2.5
2 parents a69b613 + 23fd5c7 commit 7144bc0

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
source 'https://rubygems.org'
44

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'
58
# Use the latest version of `inspec` prior to `4.23.4`, which introduces a
69
# regression where the diff isn't displayed when comparing using `eq`.
710
gem 'inspec', '~> 4.22.22'

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -525,6 +525,7 @@ PLATFORMS
525525
ruby
526526

527527
DEPENDENCIES
528+
chef-utils (~> 16.6.14)
528529
inspec (~> 4.22.22)
529530
kitchen-docker!
530531
kitchen-inspec (>= 2.2.1)

0 commit comments

Comments
 (0)