Skip to content

Commit

Permalink
version 0.12.0 changed the API enough that it breaks jeweler.
Browse files Browse the repository at this point in the history
~> 0.11.0 should match the last working version, 0.11.3, until jeweler can be updated to use the new API.

Fixes technicalpickles#268
  • Loading branch information
colindean committed Aug 5, 2014
1 parent 922fcd5 commit 30f8cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 30f8cf8

Please sign in to comment.