salt/Gemfile

28 lines
618 B
Ruby
Raw Normal View History

# This file is only used for running the test suite with kitchen-salt.
source 'https://rubygems.org'
2017-10-12 19:37:24 +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'
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
group :ec2 do
gem 'kitchen-ec2'
end
group :vagrant do
gem 'vagrant-wrapper'
gem 'kitchen-vagrant'
end