mirror of
https://gitlab.com/ydkn/capistrano-rails-console.git
synced 2023-02-13 20:54:14 -05:00
definitly should be tested before allowing it to be installed with capistrano >= 4.0.0
This commit is contained in:
parent
dbe6b8b2a4
commit
40d52dbc4c
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue