Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Commit

Permalink
Loosen pin to allow capistrano ~> 3.2
Browse files Browse the repository at this point in the history
Allows anything up to, but not including, capistrano v4.0.0
  • Loading branch information
jeffbyrnes committed Mar 22, 2016
1 parent 846e5ca commit 5720edb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,24 +2,23 @@ PATH
remote: .
specs:
capistrano-scm-jenkins (0.5.0)
capistrano (~> 3.2.1)
capistrano (~> 3.2)

GEM
remote: https://rubygems.org/
specs:
capistrano (3.2.1)
capistrano (3.4.0)
i18n
rake (>= 10.0.0)
sshkit (~> 1.3)
colorize (0.7.3)
diff-lcs (1.2.5)
i18n (0.6.11)
i18n (0.7.0)
metaclass (0.0.4)
mocha (1.1.0)
metaclass (~> 0.0.1)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (2.9.1)
net-ssh (3.1.0)
rake (10.3.2)
rspec (3.1.0)
rspec-core (~> 3.1.0)
Expand All @@ -33,8 +32,7 @@ GEM
rspec-mocks (3.1.3)
rspec-support (~> 3.1.0)
rspec-support (3.1.2)
sshkit (1.5.1)
colorize
sshkit (1.9.0)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)

Expand All @@ -48,3 +46,6 @@ DEPENDENCIES
mocha
rake
rspec

BUNDLED WITH
1.11.2
2 changes: 1 addition & 1 deletion capistrano-scm-jenkins.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.test_files = s.files.grep(%r{^(test|spec|features)/})
s.require_paths = ['lib']

s.add_dependency 'capistrano', '~> 3.2.1'
s.add_dependency 'capistrano', '~> 3.2'

s.add_development_dependency 'bundler', '~> 1.5'
s.add_development_dependency 'rake'
Expand Down

0 comments on commit 5720edb

Please sign in to comment.