mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
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:
parent
231c4bf048
commit
b007d1adc7
1 changed files with 2 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue