diff --git a/Gemfile.lock b/Gemfile.lock index d76440e89f..12f30c9e8a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -84,6 +84,7 @@ PATH tzinfo tzinfo-data windows_error + xmlrpc GEM remote: https://rubygems.org/ @@ -374,6 +375,7 @@ GEM tzinfo-data (1.2017.2) tzinfo (>= 1.0.0) windows_error (0.1.1) + xmlrpc (0.3.0) xpath (2.0.0) nokogiri (~> 1.3) yard (0.9.8) diff --git a/metasploit-framework.gemspec b/metasploit-framework.gemspec index dcabae5ca0..3a0a7ab922 100644 --- a/metasploit-framework.gemspec +++ b/metasploit-framework.gemspec @@ -101,6 +101,8 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'bit-struct' # Library for interpreting Windows error codes and strings spec.add_runtime_dependency 'windows_error' + # This used to be depended on by nokogiri, depended on by wmap + spec.add_runtime_dependency 'xmlrpc' # # Protocol Libraries