Skip to content

Commit 6a29b87

Browse files
committed
Add pdf-reader dependency
1 parent d864ce1 commit 6a29b87

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

Gemfile.lock

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ PATH
3131
packetfu
3232
patch_finder
3333
pcaprub
34+
pdf-reader
3435
pg (= 0.20.0)
3536
railties
3637
rb-readline
@@ -69,6 +70,7 @@ PATH
6970
GEM
7071
remote: https://rubygems.org/
7172
specs:
73+
Ascii85 (1.0.2)
7274
actionpack (4.2.8)
7375
actionview (= 4.2.8)
7476
activesupport (= 4.2.8)
@@ -96,6 +98,7 @@ GEM
9698
tzinfo (~> 1.1)
9799
addressable (2.5.1)
98100
public_suffix (~> 2.0, >= 2.0.2)
101+
afm (0.2.2)
99102
arel (6.0.4)
100103
arel-helpers (2.4.0)
101104
activerecord (>= 3.1.0, < 6)
@@ -166,6 +169,7 @@ GEM
166169
grpc (1.4.0)
167170
google-protobuf (~> 3.1)
168171
googleauth (~> 0.5.1)
172+
hashery (2.1.2)
169173
i18n (0.8.4)
170174
jsobfu (0.4.2)
171175
rkelly-remix
@@ -236,6 +240,12 @@ GEM
236240
pcaprub
237241
patch_finder (1.0.2)
238242
pcaprub (0.12.4)
243+
pdf-reader (2.0.0)
244+
Ascii85 (~> 1.0.0)
245+
afm (~> 0.2.1)
246+
hashery (~> 2.0)
247+
ruby-rc4
248+
ttfunk
239249
pg (0.20.0)
240250
pg_array_parser (0.0.9)
241251
postgres_ext (3.0.0)
@@ -338,6 +348,7 @@ GEM
338348
rspec-rerun (1.1.0)
339349
rspec (~> 3.0)
340350
rspec-support (3.6.0)
351+
ruby-rc4 (0.1.5)
341352
ruby_smb (0.0.18)
342353
bindata
343354
rubyntlm
@@ -365,6 +376,7 @@ GEM
365376
thor (0.19.4)
366377
thread_safe (0.3.6)
367378
timecop (0.9.0)
379+
ttfunk (1.5.1)
368380
tzinfo (1.2.3)
369381
thread_safe (~> 0.1)
370382
tzinfo-data (1.2017.2)

metasploit-framework.gemspec

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@ Gem::Specification.new do |spec|
111111
spec.add_runtime_dependency 'xmlrpc'
112112
end
113113

114+
#
115+
# File Parsing Libraries
116+
#
117+
# Needed by auxiliary/gather/http_pdf_authors module
118+
spec.add_runtime_dependency 'pdf-reader'
119+
114120
#
115121
# Protocol Libraries
116122
#

0 commit comments

Comments
 (0)