Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ group :test do
gem "cookstyle", ">= 7.32"
gem "faraday_middleware"
gem "chef-test-kitchen-enterprise", git: "https://github.com/chef/chef-test-kitchen-enterprise", branch: "main"
# kitchen-omnibus-chef requires test-kitchen >= 4.0, so we need to explicitly add the test-kitchen alias gem
# test-kitchen is an alias gem provided by chef-test-kitchen-enterprise via test-kitchen.gemspec
gem "test-kitchen", git: "https://github.com/chef/chef-test-kitchen-enterprise", branch: "main", glob: "test-kitchen.gemspec"
# TODO: Replace kitchen-omnibus-chef with kitchen-chef-enterprise once private repo access is available for public runners
# kitchen-omnibus-chef is deprecated and won't receive updates, but provides chef-zero provisioner functionality
Expand Down
Loading