From 63b16eb083016d9bdad331d8e7f48a2b6d763c88 Mon Sep 17 00:00:00 2001 From: Dan Bode Date: Thu, 28 Feb 2013 11:34:27 -0800 Subject: [PATCH] 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. --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5c92ef8..549cbf1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" gem "vagrant", "~>1.0" gem "librarian-puppet" -gem "github_api" +gem "github_api", "0.8.1"