From b2559ae4c9a94752fe9bb060857e9a6b6af6525a Mon Sep 17 00:00:00 2001 From: Matthew Kienow Date: Thu, 25 Oct 2018 22:30:54 -0400 Subject: [PATCH] Add runtime dependency for JSON-RPC client --- metasploit-framework.gemspec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/metasploit-framework.gemspec b/metasploit-framework.gemspec index 7e596a2c6f..9c62f897b4 100644 --- a/metasploit-framework.gemspec +++ b/metasploit-framework.gemspec @@ -105,6 +105,8 @@ Gem::Specification.new do |spec| spec.add_runtime_dependency 'sinatra' spec.add_runtime_dependency 'sysrandom' spec.add_runtime_dependency 'warden' + # Required for JSON-RPC client + spec.add_runtime_dependency 'em-http-request' # TimeZone info spec.add_runtime_dependency 'tzinfo-data' # Gem for dealing with SSHKeys