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

Add runtime dependency for JSON-RPC client

This commit is contained in:
Matthew Kienow 2018-10-25 22:30:54 -04:00
parent 39aff8dd7b
commit b2559ae4c9
No known key found for this signature in database
GPG Key ID: 40787F8B1EAC6E41

View File

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