diff options
author | Tim Smith <tsmith@chef.io> | 2021-01-04 17:04:03 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-04 17:04:03 -0800 |
commit | d25870bfdb05bf5a95ecc9e9041b0308671dd7c1 (patch) | |
tree | 0de20fa8618188ad3c8a1f2651c4c0b10d8bd030 | |
parent | b90f861bb77d0364f208947e57a6579c7eb78fae (diff) | |
parent | 3df8e487304339ab423b1b4fdae416e3403bebab (diff) | |
download | ohai-d25870bfdb05bf5a95ecc9e9041b0308671dd7c1.tar.gz |
Merge pull request #1594 from chef/pull_from_16
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 |