-
- Downloads
Added
- Gemfile
- .kitchen.dokken.yml
- Rakefile
Signed-off-by:
JJ Asghar <jj@chef.io>
parent
65e8b7e6
No related branches found
No related tags found
.kitchen.dokken.yml
0 → 100644
source 'https://rubygems.org' | ||
gem 'berkshelf' | ||
gem 'chef' | ||
gem 'chefspec' | ||
gem 'foodcritic' | ||
gem 'rubocop' | ||
gem 'test-kitchen' | ||
gem 'cookstyle' | ||
# Uncomment these lines if you want to live on the Edge: | ||
# | ||
# group :development do | ||
# gem "berkshelf", github: "berkshelf/berkshelf" | ||
# gem "vagrant", github: "mitchellh/vagrant", tag: "v1.5.2" | ||
# end | ||
# | ||
# group :plugins do | ||
# gem "vagrant-berkshelf", github: "berkshelf/vagrant-berkshelf" | ||
# gem "vagrant-omnibus", github: "schisamo/vagrant-omnibus" | ||
# end | ||
gem 'kitchen-vagrant' | ||
gem 'berkshelf' | ||
gem 'stove' | ||
gem 'rubocop' | ||
gem 'rake' | ||
gem 'foodcritic' | ||
gem 'kitchen-digitalocean' | ||
gem 'kitchen-dokken' |
Rakefile
0 → 100644
Please register or sign in to comment