definitly should be tested before allowing it to be installed with capistrano >= 4.0.0

This commit is contained in:
Florian Schwab 2015-02-09 23:38:19 +01:00
parent dbe6b8b2a4
commit 40d52dbc4c
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]
spec.add_dependency 'capistrano', '>= 3.0.0'
spec.add_dependency 'capistrano', '>= 3.0.0', '< 4.0.0'
spec.add_development_dependency 'bundler', '~> 1.3'
spec.add_development_dependency 'rake'