salt/Gemfile
Gareth J. Greenaway 6e55164416
Merge branch '2019.2.0.rc1' into merge-2019.2.0rc1
Conflicts:
	Gemfile
2019-02-11 11:27:20 -08:00

28 lines
554 B
Ruby

# This file is only used for running the test suite with kitchen-salt.
source 'https://rubygems.org'
# Point this back at the test-kitchen package after 1.23.3 is relased
gem 'test-kitchen', '~>1.23.3'
gem 'kitchen-salt', '~>0.4.1'
gem 'kitchen-sync'
gem 'git'
group :docker do
gem 'kitchen-docker', :git => 'https://github.com/test-kitchen/kitchen-docker.git'
end
group :windows do
gem 'winrm', '~>2.0'
gem 'winrm-fs', '~>1.3.1'
end
group :ec2 do
gem 'kitchen-ec2'
end
group :vagrant do
gem 'vagrant-wrapper'
gem 'kitchen-vagrant'
end