berkshelf 6.x is required for ruby 2.3 testing

Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
This commit is contained in:
Lamont Granquist 2019-01-14 10:50:47 -08:00 committed by Clinton Wolfe
parent 7f453bdca7
commit 088f922948

View file

@ -22,8 +22,8 @@ group :test do
end
group :integration do
gem 'berkshelf', '>= 7.0.7'
gem 'test-kitchen', '>= 1.24'
gem 'berkshelf', '>= 6.3.4'
gem 'test-kitchen', '>= 1.24'
gem 'kitchen-vagrant'
# we need winrm v2 support >= 0.15.1
gem 'kitchen-inspec', '>= 0.15.1'