cookbook-openstack-network/Gemfile
Ionuț Arțăriși 2e9a9ab694 add dhcp agent tests for the SUSE platform
updated chefspec to get regexp matchers on resource names

Change-Id: I32d18d1739324d4b3b71674b41d21ed3118ae0e8
2013-08-26 17:27:01 +02:00

12 lines
242 B
Ruby

# A sample Gemfile
source "https://rubygems.org"
gem "chef", "~> 11.4.4"
gem "json", "<= 1.7.7" # chef dependency
gem "berkshelf", "~> 2.0.6"
gem "chefspec", "~> 2.0.0"
gem "foodcritic"
gem "strainer"
gem "webmock", "~> 1.11.0"
gem "tailor"