Add runtime dependency for JSON-RPC client

GSoC/Meterpreter_Web_Console
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
1 changed files with 2 additions and 0 deletions

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