mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-05 14:57:30 +01:00
SSH gem requirement for gemspec
This commit is contained in:
parent
6a55227c56
commit
8549f416f8
@ -198,4 +198,6 @@ Gem::Specification.new do |spec|
|
|||||||
spec.add_runtime_dependency 'faker'
|
spec.add_runtime_dependency 'faker'
|
||||||
# Pinned as a dependency of i18n to the last working version
|
# Pinned as a dependency of i18n to the last working version
|
||||||
spec.add_runtime_dependency 'concurrent-ruby','1.0.5'
|
spec.add_runtime_dependency 'concurrent-ruby','1.0.5'
|
||||||
|
# SSH server library
|
||||||
|
spec.add_runtime_dependency 'hrr_rb_ssh', '0.2.2'
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user