Merge pull request #333 from skywinder/feature/bug-329-promote-rake-and-bundler-to-runtime-deps

Rake and Bundler as runtime deps
This commit is contained in:
Petr Korolev 2016-02-24 14:56:50 +02:00
commit 32ab582797

View File

@ -24,11 +24,9 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
spec.add_runtime_dependency "rake", "~> 10.0"
spec.add_runtime_dependency "bundler", "~> 1.7"
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"
spec.add_development_dependency "rake", "~> 10.0"
end