metasploitable3/chef/cookbooks/docker/Gemfile
2019-02-17 00:02:05 -06:00

14 lines
413 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 'berkshelf'
gem 'community_cookbook_releaser'
gem 'kitchen-dokken'
gem 'kitchen-inspec'
gem 'test-kitchen'