summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorTim Smith <tsmith84@gmail.com>2021-01-04 17:10:53 -0800
committerTim Smith <tsmith84@gmail.com>2021-01-04 17:10:53 -0800
commitb161eff1b4203b7e59e5b873b6c73fb72c9da183 (patch)
tree045500093e8ef7dd2d2305fa8dd78d46548f29a9 /Gemfile
parent1ad8c5946606a7f08ffb841e3682ae2d4991077f (diff)
downloadohai-b161eff1b4203b7e59e5b873b6c73fb72c9da183.tar.gz
Pin chef-utils and chef-config to chef 16.x
Ohai 16 needs to pin to chef 16 and not master (17) Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Gemfile b/Gemfile
index afe1a706..fdd28524 100644
--- a/Gemfile
+++ b/Gemfile
@@ -4,8 +4,8 @@ source "https://rubygems.org"
gemspec
# pull these gems from master of chef/chef so that we're testing against what we will release
-gem "chef-config", git: "https://github.com/chef/chef", glob: "chef-config/chef-config.gemspec"
-gem "chef-utils", git: "https://github.com/chef/chef", glob: "chef-utils/chef-utils.gemspec"
+gem "chef-config", git: "https://github.com/chef/chef", branch: "chef-16", glob: "chef-config/chef-config.gemspec"
+gem "chef-utils", git: "https://github.com/chef/chef", branch: "chef-16", glob: "chef-utils/chef-utils.gemspec"
# NOTE: do not submit PRs to add pry as a dep, add to your Gemfile.local
group :development do