Skip to content

Commit

Permalink
Merge pull request #2128 from chef/tk3
Browse files Browse the repository at this point in the history
Update Test Kitchen to 3.0
  • Loading branch information
tas50 authored Jul 2, 2021
2 parents d22dd55 + 15f4c1f commit 10c86a1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
18 changes: 9 additions & 9 deletions components/gems/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,17 @@ group(:omnibus_package) do
gem "inspec-bin", "~> 4.23"

# test-kitchen and plugins
gem "test-kitchen", ">= 2.7"
gem "kitchen-azurerm", ">= 1.3"
gem "kitchen-ec2", ">= 3.7"
gem "kitchen-digitalocean", ">= 0.11"
gem "kitchen-dokken", ">= 2.11"
gem "test-kitchen", ">= 3.0"
gem "kitchen-azurerm", ">= 1.7"
gem "kitchen-ec2", ">= 3.10"
gem "kitchen-digitalocean", ">= 0.13"
gem "kitchen-dokken", ">= 2.14"
gem "docker-api", ">= 2.0" # make sure we get the Ruby 2.7 compatible release
gem "kitchen-google", ">= 2.0.0"
gem "kitchen-hyperv", ">= 0.5.1"
gem "kitchen-inspec", ">= 2.2"
gem "kitchen-google", ">= 2.2"
gem "kitchen-hyperv", ">= 0.6"
gem "kitchen-inspec", ">= 2.5"
gem "kitchen-openstack", ">= 5.0"
gem "kitchen-vagrant", ">= 1.8"
gem "kitchen-vagrant", ">= 1.9"
gem "kitchen-vcenter", ">= 2.8"

# knife & plugins
Expand Down
24 changes: 12 additions & 12 deletions components/gems/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -562,8 +562,8 @@ GEM
gcewinpass (~> 1.1)
google-api-client (>= 0.23.9, <= 0.52.0)
test-kitchen
kitchen-hyperv (0.5.5)
test-kitchen (>= 1.4, < 3)
kitchen-hyperv (0.6.0)
test-kitchen (>= 1.4, < 4)
kitchen-inspec (2.5.0)
hashie (>= 3.4, <= 5.0)
inspec (>= 2.2.64, < 5.0)
Expand Down Expand Up @@ -854,7 +854,7 @@ GEM
strings-ansi (0.2.0)
structured_warnings (0.4.0)
syslog-logger (1.6.8)
test-kitchen (2.12.0)
test-kitchen (3.0.0)
bcrypt_pbkdf (~> 1.0)
chef-utils (>= 16.4.35)
ed25519 (~> 1.2)
Expand Down Expand Up @@ -1104,15 +1104,15 @@ DEPENDENCIES
ffi-libarchive
guard
inspec-bin (~> 4.23)
kitchen-azurerm (>= 1.3)
kitchen-digitalocean (>= 0.11)
kitchen-dokken (>= 2.11)
kitchen-ec2 (>= 3.7)
kitchen-google (>= 2.0.0)
kitchen-hyperv (>= 0.5.1)
kitchen-inspec (>= 2.2)
kitchen-azurerm (>= 1.7)
kitchen-digitalocean (>= 0.13)
kitchen-dokken (>= 2.14)
kitchen-ec2 (>= 3.10)
kitchen-google (>= 2.2)
kitchen-hyperv (>= 0.6)
kitchen-inspec (>= 2.5)
kitchen-openstack (>= 5.0)
kitchen-vagrant (>= 1.8)
kitchen-vagrant (>= 1.9)
kitchen-vcenter (>= 2.8)
knife
knife-azure (>= 3.0.0)
Expand All @@ -1138,7 +1138,7 @@ DEPENDENCIES
rb-readline
rdp-ruby-wmi
ruby-shadow!
test-kitchen (>= 2.7)
test-kitchen (>= 3.0)
unf_ext (= 0.0.7.6)
win32-api
win32-dir
Expand Down

0 comments on commit 10c86a1

Please sign in to comment.