2017-10-24 18:01:05 +00:00
|
|
|
# This file is only used for running the test suite with kitchen-salt.
|
|
|
|
|
2017-11-14 18:01:17 +00:00
|
|
|
source 'https://rubygems.org'
|
2017-10-12 19:37:24 +00:00
|
|
|
|
2018-11-11 21:58:32 +00:00
|
|
|
# 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'
|
2018-05-22 14:20:29 +00:00
|
|
|
gem 'kitchen-salt', '~>0.2'
|
2017-11-14 18:39:44 +00:00
|
|
|
gem 'kitchen-sync'
|
2017-10-12 19:37:24 +00:00
|
|
|
gem 'git'
|
|
|
|
|
2017-10-16 16:23:07 +00:00
|
|
|
group :docker do
|
|
|
|
gem 'kitchen-docker', :git => 'https://github.com/test-kitchen/kitchen-docker.git'
|
|
|
|
end
|
|
|
|
|
2017-10-12 19:37:24 +00:00
|
|
|
group :windows do
|
|
|
|
gem 'winrm', '~>2.0'
|
2018-10-20 21:21:01 +00:00
|
|
|
gem 'winrm-fs', '~>1.3.1'
|
2017-10-12 19:37:24 +00:00
|
|
|
end
|
2017-12-20 16:21:23 +00:00
|
|
|
|
|
|
|
group :ec2 do
|
|
|
|
gem 'kitchen-ec2'
|
|
|
|
end
|
2018-10-03 18:41:15 +00:00
|
|
|
|
|
|
|
group :vagrant do
|
|
|
|
gem 'vagrant-wrapper'
|
|
|
|
gem 'kitchen-vagrant'
|
|
|
|
end
|