update net-ssh to work with later versions of Ruby on Windows

This commit is contained in:
Mitchell Hashimoto 2015-11-20 14:59:40 -08:00
parent 27412e6ee9
commit 1d92610535
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_dependency "listen", "~> 3.0.2"
s.add_dependency "hashicorp-checkpoint", "~> 0.1.1"
s.add_dependency "log4r", "~> 1.1.9", "< 1.1.11"
s.add_dependency "net-ssh", ">= 2.6.6", "< 2.10.0"
s.add_dependency "net-ssh", "~> 3.0.1"
s.add_dependency "net-sftp", "~> 2.1"
s.add_dependency "net-scp", "~> 1.1.0"
s.add_dependency "rb-kqueue", "~> 0.2.0"