
This cookbook needed to be brought up to the standard of the other cookbooks in the repo. * Adding .gitreview * Normalizing .rubocop.yml * Normalizing Gemfile * Normalizing metadata.rb * Normalizing .gitignore * Adding specs/ directory and spec_helper.rb * Fixed all rubocop errors Change-Id: Ica7c525aae5fbd5c441ce50cff36046c678046d6 Partial-Bug: 1348243
15 lines
300 B
Ruby
15 lines
300 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'chef', '~> 11.8'
|
|
gem 'berkshelf', '~> 2.0.18'
|
|
gem 'chefspec', '~> 3.4.0'
|
|
gem 'rspec', '~> 2.14.1'
|
|
gem 'foodcritic', '~> 3.0.3'
|
|
gem 'strainer'
|
|
gem 'rubocop', '~> 0.18.1'
|
|
|
|
group :integration do
|
|
gem 'test-kitchen', '~> 1.1.1'
|
|
gem 'kitchen-vagrant', '~> 0.14'
|
|
end
|