From c94c581b9b790857cbf0ca57eba35aba3f1af6c6 Mon Sep 17 00:00:00 2001 From: Vikram Karve Date: Wed, 26 Oct 2022 13:24:05 +0530 Subject: [PATCH] chef deps updated to ref chef-17 branch Signed-off-by: Vikram Karve --- Gemfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 30773f1fa..5ed55b2ce 100644 --- a/Gemfile +++ b/Gemfile @@ -3,9 +3,9 @@ source "https://rubygems.org" gemspec -# pull these gems from main of chef/chef so that we're testing against what we will release -gem "chef-config", git: "https://github.com/chef/chef", branch: "main", glob: "chef-config/chef-config.gemspec" -gem "chef-utils", git: "https://github.com/chef/chef", branch: "main", glob: "chef-utils/chef-utils.gemspec" +# pull these gems from chef-17 of chef/chef so that we're testing against what we will release +gem "chef-config", git: "https://github.com/chef/chef", branch: "chef-17", glob: "chef-config/chef-config.gemspec" +gem "chef-utils", git: "https://github.com/chef/chef", branch: "chef-17", 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