Files
puppet-openstack_dev_env/Gemfile
Dan Bode a1aca07e29 use librarian-puppet-simple
this commit updates the repos to use
librarian-puppet-simple instead of
librarian-puppet. This change is motivated
b/c I do want want to have to resolve deps.

Change-Id: I7e1d229a9190ef4411976561994b2cd2cfad025d
2013-06-12 13:29:43 -07:00

11 lines
221 B
Ruby

source "https://rubygems.org"
gem "vagrant", "~>1.0"
gem "librarian-puppet-simple"
gem "github_api", "0.8.1"
gem 'rake'
group :unit_tests do
gem 'puppetlabs_spec_helper'
gem 'puppet', '3.1.0'
gem 'rspec-puppet'
end