Skip to content

Commit

Permalink
Merge pull request #3278 from chef/CHEF-12875-fork-tk-to-chef
Browse files Browse the repository at this point in the history
[CHEF-12875] Fetch the test-kitchen from the chef fork
  • Loading branch information
ashiqueps authored Sep 25, 2024
2 parents 8b480ef + f228436 commit 4ac8517
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 157 deletions.
3 changes: 2 additions & 1 deletion components/gems/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ group(:omnibus_package) do
gem "fauxhai-chef", ">= 9.3"

# test-kitchen and plugins
gem "test-kitchen", ">= 3.0"
# Fetch the test-kitchen from the chef fork
gem "test-kitchen", github: "chef/test-kitchen", branch: "main"
gem "kitchen-azurerm", ">= 1.12.0"
gem "kitchen-ec2", ">= 3.10"
gem "kitchen-digitalocean", ">= 0.13"
Expand Down
Loading

0 comments on commit 4ac8517

Please sign in to comment.