We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fde78bf commit bdc368fCopy full SHA for bdc368f
Gemfile.lock
@@ -104,6 +104,7 @@ PATH
104
sqlite3 (= 1.7.3)
105
sshkey
106
swagger-blocks
107
+ syslog
108
thin
109
tzinfo
110
tzinfo-data
@@ -572,6 +573,8 @@ GEM
572
573
sshkey (3.0.0)
574
strptime (0.2.5)
575
swagger-blocks (3.0.0)
576
+ syslog (0.3.0)
577
+ logger
578
test-prof (1.4.4)
579
thin (1.8.2)
580
daemons (~> 1.0, >= 1.0.9)
metasploit-framework.gemspec
@@ -271,6 +271,7 @@ Gem::Specification.new do |spec|
271
mutex_m
272
ostruct
273
rinda
274
275
].each do |library|
276
spec.add_runtime_dependency library
277
end
0 commit comments