inspec/Gemfile

25 lines
443 B
Ruby
Raw Normal View History

# encoding: utf-8
source 'https://rubygems.org'
gemspec
2015-10-14 22:43:02 +00:00
gem 'train', git: 'git@github.com:chef/train.git'
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'
gem 'concurrent-ruby', '~> 0.9'
end
group :tools do
gem 'pry', '~> 0.10'
gem 'license_finder'
end