
We don't use Spiceweasel anymore, so this is the removal and references to it. Change-Id: I966f5043a5180040cf23db7dfc39c96bd49813ab Tested-by: JJ Asghar <jj@getchef.com>
9 lines
219 B
Ruby
9 lines
219 B
Ruby
source 'https://rubygems.org'
|
|
|
|
gem 'chef', '~> 11.18.6'
|
|
gem 'dep-selector-libgecode', '~> 1.0.2'
|
|
gem 'json', '<= 1.7.7' # chef 11 dependency
|
|
gem 'berkshelf', '~> 3.2.1'
|
|
gem 'hashie', '~> 2.0'
|
|
gem 'rubocop', '~> 0.29.1'
|