Replace double-quotes with single-quotes for now, expect this to act as a gate in the future. Change-Id: I10ff8b23517cb334905b162ce14059dbf23d7bc8
10 lines
213 B
Ruby
10 lines
213 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'chef', '~> 11.4.4'
|
|
gem 'json', '<= 1.7.7' # chef 11 dependency
|
|
gem 'berkshelf', '~> 2.0.10'
|
|
gem 'chefspec', '~> 3.0.2'
|
|
gem 'foodcritic', '~> 3.0.3'
|
|
gem 'strainer'
|
|
gem 'rubocop'
|