diff options
author | Tim Smith <tsmith84@gmail.com> | 2021-01-04 16:54:16 -0800 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2021-01-04 16:54:16 -0800 |
commit | 3df8e487304339ab423b1b4fdae416e3403bebab (patch) | |
tree | 045500093e8ef7dd2d2305fa8dd78d46548f29a9 | |
parent | 1ad8c5946606a7f08ffb841e3682ae2d4991077f (diff) | |
download | ohai-3df8e487304339ab423b1b4fdae416e3403bebab.tar.gz |
Fetch chef-utils and chef-config from chef-16 branch
This unbreaks builds in chef
Signed-off-by: Tim Smith <tsmith@chef.io>
-rw-r--r-- | Gemfile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |