Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Force net-ssh to not upgrade to 5.x yet
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Claudius committed Jun 4, 2018
1 parent 3a13fe5 commit b89319a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ssh_scan.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Gem::Specification.new do |s|

s.add_dependency('bindata', '~> 2.0')
s.add_dependency('netaddr', '1.5.1')
s.add_dependency('net-ssh')
s.add_dependency('net-ssh', '~> 4.2')
s.add_dependency('sshkey')
s.add_development_dependency('pry')
s.add_development_dependency('rspec', '~> 3.0')
Expand Down

0 comments on commit b89319a

Please sign in to comment.