Tim Smith 648c488172 Testing updates
Signed-off-by: Tim Smith <tsmith@chef.io>
2016-09-07 21:55:32 -07:00

13 lines
372 B
Ruby

# This gemfile provides additional gems for testing and releasing this cookbook
# It is meant to be installed on top of ChefDK which provides the majority
# of the necessary gems for testing this cookbook
#
# Run 'chef exec bundle install' to install these dependencies
source 'https://rubygems.org'
gem 'tomlrb'
gem 'rake'
gem 'stove'
gem 'community_cookbook_releaser'