From 4f10b528b846db0ca40d7666cf0ed0ad0b0a8780 Mon Sep 17 00:00:00 2001 From: nikhil2611 Date: Thu, 5 Feb 2026 14:16:08 +0530 Subject: [PATCH] added comment for test-kitchen gem added in Gemfile Signed-off-by: nikhil2611 --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index 557ce68c..5538f21c 100644 --- a/Gemfile +++ b/Gemfile @@ -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