My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/development/tools/chefdk/Gemfile

17 lines
289 B

source 'https://rubygems.org'
gem 'chef-dk', '4.13.3'
gem 'pry'
gem 'test-kitchen'
gem 'inspec'
gem 'kitchen-inspec'
gem 'kitchen-vagrant'
gem 'berkshelf'
gem 'chef-vault'
gem 'foodcritic'
gem 'ohai'
gem 'rubocop'
gem 'knife-spork'
gem 'fauxhai-ng'
gem 'chefspec'
gem 'chef-provisioning'