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.
This commit is contained in:
Dan Bode
2013-02-28 11:34:27 -08:00
parent 7bd8df50be
commit 63b16eb083

View File

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