Pin chef-zero to <15 like chef to allow ruby 2.5 and 2.4 support

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2020-02-24 13:19:55 -05:00
parent 231c4bf048
commit b007d1adc7

View file

@ -35,9 +35,10 @@ end
group :integration do
gem "berkshelf"
gem "chef", "< 15"
gem "test-kitchen"
gem "kitchen-vagrant"
gem "chef", "< 15"
gem "chef-zero", "< 15"
gem "kitchen-inspec"
gem "kitchen-ec2"
gem "kitchen-dokken"