mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
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:
parent
f9da70d647
commit
f4b09b8b47
1 changed files with 4 additions and 5 deletions
9
Gemfile
9
Gemfile
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue