From 8b430826c6772251b8ed4c91c62950d58f4bf54c Mon Sep 17 00:00:00 2001 From: David Maloney Date: Tue, 5 Jul 2016 11:08:57 -0500 Subject: [PATCH] merge screwed up gesmepc add net-ssh back into the gemspec --- Gemfile.lock | 2 ++ metasploit-framework.gemspec | 5 +++++ 2 files changed, 7 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index 04b61fc948..40ecbfa19e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) diff --git a/metasploit-framework.gemspec b/metasploit-framework.gemspec index 166150065a..a83046a09c 100644 --- a/metasploit-framework.gemspec +++ b/metasploit-framework.gemspec @@ -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 #