Add rubocop and rspec as runtime dependencies
This commit is contained in:
@@ -29,4 +29,6 @@ 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")
|
||||
spec.add_runtime_dependency("rubocop", "~>0.31")
|
||||
spec.add_runtime_dependency("rspec", "~>3.2")
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user