mirror of
https://github.com/inspec/inspec
synced 2025-02-16 22:18:38 +00:00
Open up restrictions on these gems as they were.. out of date.
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
5a18457692
commit
906f700e75
1 changed files with 4 additions and 5 deletions
9
Gemfile
9
Gemfile
|
@ -35,14 +35,13 @@ group :test do
|
|||
end
|
||||
|
||||
group :integration do
|
||||
gem 'berkshelf', '~> 7'
|
||||
gem 'test-kitchen', '~> 1.17'
|
||||
gem 'berkshelf'
|
||||
gem 'test-kitchen'
|
||||
gem 'kitchen-vagrant'
|
||||
# we need winrm v2 support >= 0.15.1
|
||||
gem 'kitchen-inspec', '>= 0.15.1'
|
||||
gem 'kitchen-inspec'
|
||||
gem 'kitchen-ec2'
|
||||
gem 'kitchen-dokken'
|
||||
gem 'git', '~> 1.4'
|
||||
gem 'git'
|
||||
end
|
||||
|
||||
# gems for Maintainers.md generation
|
||||
|
|
Loading…
Add table
Reference in a new issue