Merge pull request #50467 from dwoz/test_kitchen_up

Use patched version of test-kitchen until next upstream release
This commit is contained in:
Daniel Wozniak 2018-11-12 10:12:14 -07:00 committed by GitHub
commit e5f97cdce0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,8 @@
source 'https://rubygems.org'
gem 'test-kitchen', '~>1.21'
# Point this back at the test-kitchen package after 1.23.3 is relased
gem 'test-kitchen', :git => 'https://github.com/dwoz/test-kitchen.git', :branch => 'winrm_opts'
gem 'kitchen-salt', '~>0.2'
gem 'kitchen-sync'
gem 'git'