salt/Gemfile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

29 lines
778 B
Text
Raw Normal View History

# This file is only used for running the test suite with kitchen-salt.
source 'https://rubygems.org'
2017-10-12 13:37:24 -06:00
2019-08-12 15:57:22 +00:00
# Point this back at the test-kitchen package after >1.2.5 is relased
gem 'test-kitchen', :git => 'https://github.com/dwoz/test-kitchen.git', :branch => 'keepalive_maxcount'
gem 'kitchen-salt', :git => 'https://github.com/saltstack/kitchen-salt.git'
2017-11-14 11:39:44 -07:00
gem 'kitchen-sync'
2017-10-12 13:37:24 -06:00
gem 'git'
2017-10-16 10:23:07 -06:00
group :docker do
gem 'kitchen-docker', :git => 'https://github.com/test-kitchen/kitchen-docker.git'
end
2017-10-12 13:37:24 -06:00
group :windows do
gem 'winrm', '~>2.0'
# gem 'winrm-fs', '~>1.3.1'
gem 'winrm-fs', :git => 'https://github.com/s0undt3ch/winrm-fs.git', :branch => 'hotfix/saltstack-ci'
2017-10-12 13:37:24 -06:00
end
group :ec2 do
gem 'kitchen-ec2'
end
group :vagrant do
gem 'vagrant-wrapper'
gem 'kitchen-vagrant'
end