Files
puppet-openstack_dev_env/Gemfile
Dan Bode 63b16eb083 lock down gemfile
After several issues related to both regressions and backwards compatibility
breakeages in github_api, I have decided to pin myself to a specific version.
2013-02-28 11:34:27 -08:00

5 lines
102 B
Ruby

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