mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-10-29 18:07:27 +01:00
add xmlrpc as an explicit dependency
This commit is contained in:
parent
ced1412ee0
commit
cdccd1df19
@ -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)
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user