inspec/Gemfile

27 lines
603 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'
2015-10-25 22:14:19 +00:00
gem 'concurrent-ruby', '~> 0.9'
end
group :integration do
2015-10-21 20:52:41 +00:00
gem 'berkshelf', '~> 4.0'
gem 'test-kitchen', git: 'https://github.com/chris-rock/test-kitchen', branch: 'test-path'
gem 'kitchen-vagrant'
2015-10-26 18:29:58 +00:00
gem 'kitchen-inspec', git: 'git@github.com:chef/kitchen-inspec.git'
end
group :tools do
gem 'pry', '~> 0.10'
gem 'license_finder'
end