mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
berkshelf 6.x is required for ruby 2.3 testing
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
This commit is contained in:
parent
7f453bdca7
commit
088f922948
1 changed files with 2 additions and 2 deletions
4
Gemfile
4
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue