Skip to content

Commit

Permalink
Merge pull request #3 from chef/test_kitchen_dep_change
Browse files Browse the repository at this point in the history
Change the test-kitchen dep to chef-test-kitchen
  • Loading branch information
ashiqueps authored Nov 26, 2024
2 parents 85b60ff + a77bf5a commit d78b79f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ source "https://rubygems.org"
# Specify your gem's dependencies in kitchen-dokken.gemspec
gemspec

gem "chef-test-kitchen-enterprise", git: "https://github.com/chef/chef-test-kitchen-enterprise", branch: "main"

group :test do
gem "berkshelf"
gem "kitchen-inspec"
Expand Down
1 change: 0 additions & 1 deletion kitchen-dokken.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,4 @@ Gem::Specification.new do |spec|

spec.add_dependency "docker-api", ">= 1.33", "< 3"
spec.add_dependency "lockfile", "~> 2.1"
spec.add_dependency "test-kitchen", ">= 1.15", "< 4"
end

0 comments on commit d78b79f

Please sign in to comment.