Tim Smith af84af2115 Testing updates
Signed-off-by: Tim Smith <tsmith@chef.io>
2017-03-08 09:59:02 -08:00

12 lines
361 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 'stove'
gem 'community_cookbook_releaser'