d22a345b65
Add .gitreview, Gemfile, .rubocop.yml, Berksfile, and Strainerfile. Fixed style errors. Added empty unit test so chef-unit passes until we get real unit tests. Change-Id: I7e34f46e56e14aa9897b7f7fcad545e9c723412c
12 lines
272 B
Ruby
12 lines
272 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'chef', '~> 11.8'
|
|
gem 'json', '<= 1.7.7' # chef 11 dependency
|
|
gem 'berkshelf', '~> 2.0.18'
|
|
gem 'hashie', '~> 2.0'
|
|
gem 'chefspec', '~> 3.4.0'
|
|
gem 'rspec', '~> 2.14.1'
|
|
gem 'foodcritic', '~> 3.0.3'
|
|
gem 'strainer'
|
|
gem 'rubocop', '~> 0.18.1'
|