mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Use patched version of test-kitchen until next release
This commit is contained in:
parent
99c8f356eb
commit
8c5e93eaa4
1 changed files with 2 additions and 1 deletions
3
Gemfile
3
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Add table
Reference in a new issue