Remove kitchen-ec2 dep + add lower floor to other kitchen deps

Speed up depsolving by making the tree smaller.

Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
Tim Smith 2020-12-08 17:09:31 -08:00
parent f9da70d647
commit f4b09b8b47

View file

@ -43,13 +43,12 @@ end
group :integration do
gem "berkshelf"
gem "test-kitchen"
gem "kitchen-vagrant"
gem "test-kitchen", ">= 2.8"
gem "kitchen-vagrant", ">= 1.7"
gem "chef", "< 15"
gem "chef-zero", "< 15"
gem "kitchen-inspec"
gem "kitchen-ec2"
gem "kitchen-dokken"
gem "kitchen-inspec", ">= 2.0"
gem "kitchen-dokken", ">= 2.11"
gem "git"
end