first pass at caching. still WIP. Need to parameterize some things

This commit is contained in:
Andrew Waage
2016-05-18 15:40:25 -07:00
committed by Olle Jonsson
parent df510ef183
commit df64ab5ba1
3 changed files with 21 additions and 0 deletions
+2
View File
@@ -28,4 +28,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency "github_api", ">= 0.14"
spec.add_runtime_dependency "rainbow", ">= 2.1"
spec.add_runtime_dependency("octokit", ["~> 4.0"])
spec.add_runtime_dependency("faraday-http-cache")
spec.add_runtime_dependency("activesupport")
end