ansible-role-luks/Gemfile

9 lines
152 B
Ruby
Raw Normal View History

2019-03-16 22:51:50 +00:00
source 'https://rubygems.org'
group :development do
gem 'kitchen-ansible'
gem 'kitchen-vagrant'
gem 'rubocop', '0.50.0'
gem 'test-kitchen'
end