Files
openstack-chef/Gemfile
Matt Ray a2913b8ea0 remove Vagabond (for now) and update gem dependencies to fix the gating
Change-Id: I2f46c463aecaff668a4c79bac92c6a5581cb2d59
2013-10-11 16:17:41 -05:00

8 lines
185 B
Ruby

source "https://rubygems.org"
gem "chef", "~> 11.6.2"
gem "json", "<= 1.7.7" # chef dependency
gem "knife-block", "~> 0.0.6"
gem "spiceweasel", "~> 2.6.0"
gem "berkshelf", "~> 2.0.10"