inspec/examples/kitchen-puppet/Gemfile

23 lines
518 B
Ruby
Raw Normal View History

2015-10-21 10:56:45 +00:00
# encoding: utf-8
source 'https://rubygems.org'
2015-10-26 03:04:18 +00:00
gem 'inspec', path: '../../.'
gem 'r-train', git: 'git@github.com:chef/train.git'
2015-10-21 10:56:45 +00:00
group :test do
gem 'bundler', '~> 1.5'
gem 'minitest', '~> 5.5'
gem 'rake', '~> 10'
gem 'rubocop', '~> 0.33.0'
gem 'simplecov', '~> 0.10'
end
group :integration do
gem 'test-kitchen', '~> 1.4'
gem 'kitchen-vagrant'
2015-11-27 16:20:41 +00:00
gem 'kitchen-puppet'
gem 'librarian-puppet'
2015-10-21 10:56:45 +00:00
gem 'kitchen-inspec', git: 'git@github.com:chef/kitchen-inspec.git'
gem 'concurrent-ruby', '~> 0.9'
end