Skip to content

Commit

Permalink
chef deps updated to ref chef-17 branch (#1772)
Browse files Browse the repository at this point in the history
Signed-off-by: Vikram Karve <[email protected]>
  • Loading branch information
vkarve-chef authored Nov 3, 2022
1 parent 3d62c4c commit 8067c29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8067c29

Please sign in to comment.