1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-08-28 23:26:18 +02:00

update hrr_rb_ssh version

This commit is contained in:
RageLtMan 2019-06-22 20:09:26 -04:00
parent f0b24339fe
commit dd5814654c

View File

@ -199,5 +199,5 @@ Gem::Specification.new do |spec|
# Pinned as a dependency of i18n to the last working version
spec.add_runtime_dependency 'concurrent-ruby','1.0.5'
# SSH server library
spec.add_runtime_dependency 'hrr_rb_ssh', '0.2.2'
spec.add_runtime_dependency 'hrr_rb_ssh', '0.3.0.pre2'
end