Skip to content

Commit

Permalink
Bump chef used in CI to 14.7.17
Browse files Browse the repository at this point in the history
  • Loading branch information
Annih committed Mar 5, 2021
1 parent 767d29a commit 53b18ec
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .kitchen.appveyor.yml
Expand Up @@ -9,7 +9,7 @@ driver:

provisioner:
name: chef_zero
require_chef_omnibus: 13.6.4
require_chef_omnibus: 14.7.17

verifier:
name: inspec
Expand Down
2 changes: 1 addition & 1 deletion .kitchen.docker.yml
Expand Up @@ -2,7 +2,7 @@
---
driver:
name: dokken
chef_version: 13.6.4
chef_version: 14.7.17
privileged: true # because Docker and SystemD/Upstart

transport:
Expand Down
2 changes: 1 addition & 1 deletion .kitchen.localhost.yml
Expand Up @@ -4,7 +4,7 @@ driver:

provisioner:
name: chef_zero
require_chef_omnibus: 13.6.4
require_chef_omnibus: 14.7.17

verifier:
name: inspec
Expand Down
2 changes: 1 addition & 1 deletion .kitchen.vmware.yml
Expand Up @@ -8,7 +8,7 @@ driver:

provisioner:
name: chef_solo
require_chef_omnibus: 13.6.4
require_chef_omnibus: 14.7.17

verifier:
name: inspec
Expand Down
2 changes: 1 addition & 1 deletion .kitchen.yml
Expand Up @@ -6,7 +6,7 @@ driver:

provisioner:
name: chef_solo
require_chef_omnibus: 13.6.4
require_chef_omnibus: 14.7.17

verifier:
name: inspec
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'berkshelf'

group :unit_test do
gem 'chef', '= 13.12.14'
gem 'chef', '= 14.7.17'
gem 'chefspec', '>= 7.4.0'
gem 'fakefs'
gem 'webmock'
Expand Down

0 comments on commit 53b18ec

Please sign in to comment.