salt-bootstrap/Gemfile

12 lines
251 B
Text
Raw Normal View History

# frozen_string_literal: true
2018-08-14 09:26:59 -05:00
source "https://rubygems.org"
gem 'test-kitchen', '>= 3.2.2'
gem 'kitchen-salt', '>= 0.7.2'
2021-02-10 23:40:06 +00:00
gem 'kitchen-docker', git: 'https://github.com/test-kitchen/kitchen-docker.git'
group :vagrant do
gem 'kitchen-vagrant'
end