mirror of
https://github.com/inspec/inspec
synced 2024-11-23 05:03:07 +00:00
allow bundler 2.x and bump integration gems
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
This commit is contained in:
parent
723b5ec898
commit
7f453bdca7
1 changed files with 3 additions and 3 deletions
6
Gemfile
6
Gemfile
|
@ -6,7 +6,7 @@ gem 'ffi', '>= 1.9.14'
|
|||
gem 'aws-sdk', '~> 2'
|
||||
|
||||
group :test do
|
||||
gem 'bundler', '~> 1.5'
|
||||
gem 'bundler', '>= 1.5'
|
||||
gem 'minitest', '~> 5.5'
|
||||
gem 'rake', '>= 10'
|
||||
gem 'rubocop', '= 0.49.1'
|
||||
|
@ -22,8 +22,8 @@ group :test do
|
|||
end
|
||||
|
||||
group :integration do
|
||||
gem 'berkshelf', '~> 5.2'
|
||||
gem 'test-kitchen', '~> 1.6'
|
||||
gem 'berkshelf', '>= 7.0.7'
|
||||
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