If Rakefile is an extension, any requires are runtime deps

This commit is contained in:
John Keiser
2016-02-23 12:21:10 -08:00
parent e27a471fc8
commit 74655cce06
3 changed files with 2 additions and 2 deletions
+1
View File
@@ -26,6 +26,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency("github_api", ["~> 0.12"])
spec.add_runtime_dependency("colorize", ["~> 0.7"])
spec.add_runtime_dependency("overcommit", "~>0.31")
# Development only
spec.add_development_dependency "bundler", "~> 1.7"