inspec/Gemfile

23 lines
392 B
Ruby
Raw Normal View History

# encoding: utf-8
source 'https://rubygems.org'
gemspec
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