From 30f8cf8df8b2c239ecebb17d7595fba28b674a66 Mon Sep 17 00:00:00 2001 From: Colin Dean Date: Tue, 5 Aug 2014 09:32:12 -0400 Subject: [PATCH] version 0.12.0 changed the API enough that it breaks jeweler. ~> 0.11.0 should match the last working version, 0.11.3, until jeweler can be updated to use the new API. Fixes #268 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 7ce1b864..b78d3cb1 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "http://gems.github.com" gem "rake" gem "git", ">= 1.2.5" gem "nokogiri", ">= 1.5.10" -gem "github_api" +gem "github_api", "~> 0.11.0" gem "highline", ">= 1.6.15" gem "bundler", ">= 1.0" gem "rdoc"