salt/Gemfile

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

28 lines
663 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
2021-03-04 13:45:41 +00:00
gem 'test-kitchen', '>=2.11.1'
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', :branch => 'main'
2017-10-16 10:23:07 -06:00
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
2020-10-28 22:29:15 +00:00
gem 'kitchen-ec2', '>=3.8'
end
group :vagrant do
gem 'vagrant-wrapper'
gem 'kitchen-vagrant'
end