Add dependency for JSON-RPC client

GSoC/Meterpreter_Web_Console
Matthew Kienow 2018-10-29 23:44:23 -04:00
parent 24b1898e21
commit c381fe7f74
No known key found for this signature in database
GPG Key ID: 40787F8B1EAC6E41
1 changed files with 12 additions and 1 deletions

View File

@ -11,6 +11,7 @@ PATH
bit-struct
dnsruby
ed25519
em-http-request
faker
filesize
jsobfu
@ -118,6 +119,7 @@ GEM
builder (3.2.3)
coderay (1.1.2)
concurrent-ruby (1.0.5)
cookiejar (0.3.3)
crass (1.0.4)
daemons (1.2.6)
diff-lcs (1.3)
@ -125,6 +127,14 @@ GEM
addressable (~> 2.5)
docile (1.3.1)
ed25519 (1.2.4)
em-http-request (1.1.5)
addressable (>= 2.3.4)
cookiejar (!= 0.3.1)
em-socksify (>= 0.3)
eventmachine (>= 1.0.3)
http_parser.rb (>= 0.6.0)
em-socksify (0.3.2)
eventmachine (>= 1.0.0.beta.4)
erubis (2.7.0)
eventmachine (1.2.7)
factory_bot (4.11.1)
@ -139,6 +149,7 @@ GEM
filesize (0.2.0)
fivemat (1.3.7)
hashery (2.1.2)
http_parser.rb (0.6.0)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
jsobfu (0.4.2)
@ -372,4 +383,4 @@ DEPENDENCIES
yard
BUNDLED WITH
1.16.4
1.17.1