allow bundler 2.x and bump integration gems

Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
This commit is contained in:
Lamont Granquist 2019-01-14 09:46:58 -08:00 committed by Clinton Wolfe
parent 723b5ec898
commit 7f453bdca7

View file

@ -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'