salt/Gemfile

24 lines
457 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
gem 'test-kitchen', '~>1.21'
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 'vagrant-wrapper'
gem 'kitchen-vagrant'
gem 'winrm', '~>2.0'
gem 'winrm-fs', '~>1.2.1'
2017-10-12 19:37:24 +00:00
end
group :ec2 do
gem 'kitchen-ec2'
end