summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2020-12-18 12:53:14 -0800
committerTim Smith <tsmith84@gmail.com>2020-12-18 12:53:14 -0800
commitaa0fe75b84f3c9f81e7afb0aca82e24b208bc47a (patch)
tree7f0d2db77f1624fabd287d8b8542442fbfa7ee8c /Gemfile
parent571133125620669c4477c3a6c8bd7bfa36b58231 (diff)
downloadchef-aa0fe75b84f3c9f81e7afb0aca82e24b208bc47a.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 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 99e7cf3c6b..acf0d3d5e7 100644
--- a/Gemfile
+++ b/Gemfile
@@ -7,7 +7,7 @@ source "https://rubygems.org"
# of bundler versions prior to 1.12.0 (https://github.com/bundler/bundler/commit/193a14fe5e0d56294c7b370a0e59f93b2c216eed)
gem "chef", path: "."
-gem "ohai", git: "https://github.com/chef/ohai.git", branch: "master"
+gem "ohai", git: "https://github.com/chef/ohai.git", branch: "16-stable"
gem "chef-utils", path: File.expand_path("chef-utils", __dir__) if File.exist?(File.expand_path("chef-utils", __dir__))
gem "chef-config", path: File.expand_path("chef-config", __dir__) if File.exist?(File.expand_path("chef-config", __dir__))