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

Commit

Permalink
Merge pull request #424 from mozilla/bind_netaddr_dep
Browse files Browse the repository at this point in the history
Bind to a specific version of netaddr
  • Loading branch information
Jonathan Claudius authored Jan 19, 2018
2 parents 3cf1a14 + d28f8c9 commit a6b0b22
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 @@ -31,7 +31,7 @@ Gem::Specification.new do |s|
s.metadata["yard.run"] = "yri" # use "yard" to build full HTML docs

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

0 comments on commit a6b0b22

Please sign in to comment.