mirror of
https://github.com/puppetlabs/vmpooler-provider-ec2.git
synced 2026-01-26 02:28:40 -05:00
Update net-ssh requirement from ~> 6.2.0.rc2 to >= 6.2, < 7.1
Updates the requirements on [net-ssh](https://github.com/net-ssh/net-ssh) to permit the latest version. - [Release notes](https://github.com/net-ssh/net-ssh/releases) - [Changelog](https://github.com/net-ssh/net-ssh/blob/master/CHANGES.txt) - [Commits](https://github.com/net-ssh/net-ssh/compare/v6.2.0.rc2...v7.0.1) --- updated-dependencies: - dependency-name: net-ssh dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
af05279b42
commit
cc9e800bcc
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ Gem::Specification.new do |s|
|
||||||
s.files = Dir[ "lib/**/*" ]
|
s.files = Dir[ "lib/**/*" ]
|
||||||
s.require_paths = ["lib"]
|
s.require_paths = ["lib"]
|
||||||
s.add_dependency 'aws-sdk-ec2', '~> 1'
|
s.add_dependency 'aws-sdk-ec2', '~> 1'
|
||||||
s.add_dependency 'net-ssh', '~> 6.2.0.rc2'
|
s.add_dependency 'net-ssh', '>= 6.2', '< 7.1'
|
||||||
|
|
||||||
s.add_development_dependency 'vmpooler', '>= 1.3.0', '~> 2.3'
|
s.add_development_dependency 'vmpooler', '>= 1.3.0', '~> 2.3'
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue