diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-12-18 12:53:14 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-12-18 12:53:14 -0800 |
commit | aa0fe75b84f3c9f81e7afb0aca82e24b208bc47a (patch) | |
tree | 7f0d2db77f1624fabd287d8b8542442fbfa7ee8c /kitchen-tests/Gemfile | |
parent | 571133125620669c4477c3a6c8bd7bfa36b58231 (diff) | |
download | chef-16_builds.tar.gz |
Resolve build / test failures now that Chef 16 is the stable relase16_builds
Point the new chef-16 branch at 16-stable ohai branch
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'kitchen-tests/Gemfile')
-rw-r--r-- | kitchen-tests/Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kitchen-tests/Gemfile b/kitchen-tests/Gemfile index bc100ffb62..89ca36f3e9 100644 --- a/kitchen-tests/Gemfile +++ b/kitchen-tests/Gemfile @@ -2,7 +2,7 @@ source "https://rubygems.org" gem "rake" # required to build some native extensions gem "chef", path: ".." -gem "ohai", git: "https://github.com/chef/ohai.git", branch: "master" # avoids failures when we bump chef major +gem "ohai", git: "https://github.com/chef/ohai.git", branch: "16-stable" # avoids failures when we bump chef major gem "berkshelf", git: "https://github.com/berkshelf/berkshelf.git", branch: "master" gem "kitchen-dokken", "~> 2.0" gem "kitchen-inspec", git: "https://github.com/chef/kitchen-inspec.git", branch: "master" |