10 lines
224 B
Ruby
10 lines
224 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'chef', '~> 11.8'
|
|
gem 'json', '<= 1.7.7' # chef 11 dependency
|
|
gem 'berkshelf', '~> 2.0.10'
|
|
gem 'chefspec', '~> 3.4.0'
|
|
gem 'foodcritic', '~> 3.0.3'
|
|
gem 'strainer'
|
|
gem 'rubocop', '~> 0.18.1'
|