10 lines
208 B
Ruby
10 lines
208 B
Ruby
source 'https://rubygems.org'
|
|
gem 'chefspec', '~> 4.0'
|
|
gem 'foodcritic', '~> 4.0'
|
|
gem 'rubocop', '~> 0.12'
|
|
|
|
group :integration do
|
|
gem 'test-kitchen', '~> 1.0'
|
|
gem 'kitchen-vagrant', '~> 0.11'
|
|
end
|