summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Smith <tsmith@chef.io>2021-01-04 17:04:03 -0800
committerGitHub <noreply@github.com>2021-01-04 17:04:03 -0800
commitd25870bfdb05bf5a95ecc9e9041b0308671dd7c1 (patch)
tree0de20fa8618188ad3c8a1f2651c4c0b10d8bd030
parentb90f861bb77d0364f208947e57a6579c7eb78fae (diff)
parent3df8e487304339ab423b1b4fdae416e3403bebab (diff)
downloadohai-d25870bfdb05bf5a95ecc9e9041b0308671dd7c1.tar.gz
Merge pull request #1594 from chef/pull_from_16
Signed-off-by: Tim Smith <tsmith@chef.io>
-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