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

merge screwed up gesmepc

add net-ssh back into the gemspec
This commit is contained in:
David Maloney 2016-07-05 11:08:57 -05:00
parent 5f9f3259f8
commit 8b430826c6
No known key found for this signature in database
GPG Key ID: DEDBA9DC3A913DB2
2 changed files with 7 additions and 0 deletions

View File

@ -17,6 +17,7 @@ PATH
metasploit-payloads (= 1.1.12)
metasploit_data_models
msgpack
net-ssh
network_interface
nokogiri
octokit
@ -172,6 +173,7 @@ GEM
multi_json (1.12.0)
multi_test (0.1.2)
multipart-post (2.0.0)
net-ssh (3.2.0)
network_interface (0.0.1)
nokogiri (1.6.8)
mini_portile2 (~> 2.1.0)

View File

@ -103,6 +103,11 @@ Gem::Specification.new do |spec|
# BitStruct Library used for handling certain Protocol Header/Packet construction
spec.add_runtime_dependency 'bit-struct'
#
# Protocol Libraries
#
spec.add_runtime_dependency 'net-ssh'
#
# REX Libraries
#