Files
puppet-openstack_dev_env/Gemfile
Dan Bode 1126fb0d94 redo Gemfile
the previous version added librarian
(which is not required)

this version removes librarian and
sets a specific version for vagrant.
2013-02-20 10:01:18 -08:00

5 lines
93 B
Ruby

source "https://rubygems.org"
gem "vagrant", "~>1.0"
gem "librarian-puppet"
gem "github_api"