salt/Gemfile

29 lines
673 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
2018-04-09 17:12:14 +00:00
gem 'test-kitchen', :git => 'https://github.com/gtmanfred/test-kitchen.git'
gem 'kitchen-salt', :git => 'https://github.com/saltstack/kitchen-salt.git'
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
group :opennebula do
2018-03-07 15:23:34 +00:00
gem 'kitchen-opennebula', '>=0.2.3'
2017-10-16 16:23:07 +00:00
gem 'xmlrpc'
end
2017-10-12 19:37:24 +00:00
group :windows do
gem 'vagrant-wrapper'
gem 'kitchen-vagrant'
gem 'winrm', '~>2.0'
2018-04-09 17:12:14 +00:00
gem 'winrm-fs', :git => 'https://github.com/gtmanfred/winrm-fs.git'
2017-10-12 19:37:24 +00:00
end
group :ec2 do
gem 'kitchen-ec2'
end