mirror of
https://github.com/michenriksen/gitrob.git
synced 2025-12-31 19:00:15 -06:00
Pin github_api gem version to 0.13 to prevent crash
This commit is contained in:
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
|
||||
spec.add_dependency "thin", "~> 1.6"
|
||||
spec.add_dependency "pg", "~> 0.18"
|
||||
spec.add_dependency "sequel", "~> 4.27"
|
||||
spec.add_dependency "github_api", "~> 0.12"
|
||||
spec.add_dependency "github_api", "0.13"
|
||||
spec.add_dependency "sucker_punch", "~> 2.0", ">= 2.0.1"
|
||||
|
||||
spec.add_development_dependency "bundler", "~> 1.10"
|
||||
|
||||
Reference in New Issue
Block a user