mirror of
https://github.com/inspec/inspec
synced 2024-11-10 15:14:23 +00:00
Pin berkshelf to a sane version
Signed-off-by: Tim Smith <tsmith@chef.io>
This commit is contained in:
parent
79a45d0f3b
commit
687fb989ca
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -22,7 +22,7 @@ group :test do
|
|||
end
|
||||
|
||||
group :integration do
|
||||
gem 'berkshelf', '~> 5.2'
|
||||
gem 'berkshelf', '~> 7'
|
||||
gem 'test-kitchen', '>= 1.24'
|
||||
gem 'kitchen-vagrant'
|
||||
# we need winrm v2 support >= 0.15.1
|
||||
|
|
Loading…
Reference in a new issue