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

add xmlrpc as an explicit dependency

This commit is contained in:
Brent Cook 2017-04-13 07:12:38 -05:00
parent ced1412ee0
commit cdccd1df19
2 changed files with 4 additions and 0 deletions

View File

@ -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)

View File

@ -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