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

SSH gem requirement for gemspec

This commit is contained in:
RageLtMan 2019-06-03 18:05:41 -04:00
parent 6a55227c56
commit 8549f416f8

View File

@ -198,4 +198,6 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'faker'
# 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'
end