Consolidate all the .rubocop.yml into a single file, finished out cleanups for all the Ruby files. Change-Id: I92d5983724d5d0185cd25bea6a0f46657a6c05d4 Addresses: blueprint rubocop-for-block-storage
11 lines
242 B
Ruby
11 lines
242 B
Ruby
# encoding: UTF-8
|
|
source 'https://rubygems.org'
|
|
|
|
gem 'chef', '~> 11.8'
|
|
gem 'json', '<= 1.7.7' # chef 11 dependency
|
|
gem 'berkshelf', '~> 2.0.10'
|
|
gem 'chefspec', '~> 3.1.4'
|
|
gem 'foodcritic', '~> 3.0.3'
|
|
gem 'strainer'
|
|
gem 'rubocop', '>= 0.16.0'
|