diff options
| author | varac <varacanero@zeromail.org> | 2013-10-09 14:24:36 +0200 | 
|---|---|---|
| committer | varac <varacanero@zeromail.org> | 2013-10-09 14:24:36 +0200 | 
| commit | 475ea8cf7b0895285611cfa28eeb1afa6e3fc5b1 (patch) | |
| tree | 6c95cd0c559e133ed4b76643089f7ced1163923d /leap_cli.gemspec | |
| parent | 16cec251edc8fa3761efa588bedd2730cf1153b3 (diff) | |
| download | leap_cli-475ea8cf7b0895285611cfa28eeb1afa6e3fc5b1.tar.gz leap_cli-475ea8cf7b0895285611cfa28eeb1afa6e3fc5b1.tar.bz2  | |
pin capistrano to 2.x so it doesn't update to 3.0.0 (#4088)
Diffstat (limited to 'leap_cli.gemspec')
| -rw-r--r-- | leap_cli.gemspec | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/leap_cli.gemspec b/leap_cli.gemspec index 1a37ef3..73316c2 100644 --- a/leap_cli.gemspec +++ b/leap_cli.gemspec @@ -57,7 +57,7 @@ spec = Gem::Specification.new do |s|    s.add_runtime_dependency('tee')    # network gems -  s.add_runtime_dependency('capistrano', '>= 2.13.5') +  s.add_runtime_dependency('capistrano', '~> 2.13.5')    #s.add_runtime_dependency('supply_drop')    # ^^ currently vendored  | 
