File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- metasploit-framework (4.16.20 )
4
+ metasploit-framework (4.16.21 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
249
249
ffi
250
250
rbnacl-libsodium (1.0.15.1 )
251
251
rbnacl (>= 3.0.1 )
252
- recog (2.1.16 )
252
+ recog (2.1.17 )
253
253
nokogiri
254
254
redcarpet (3.4.0 )
255
255
rex-arch (0.1.13 )
265
265
metasm
266
266
rex-arch
267
267
rex-text
268
- rex-exploitation (0.1.15 )
268
+ rex-exploitation (0.1.16 )
269
269
jsobfu
270
270
metasm
271
271
rex-arch
357
357
activemodel (>= 4.2.7 )
358
358
activesupport (>= 4.2.7 )
359
359
xmlrpc (0.3.0 )
360
- yard (0.9.11 )
360
+ yard (0.9.12 )
361
361
362
362
PLATFORMS
363
363
ruby
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ def self.get_hash
30
30
end
31
31
end
32
32
33
- VERSION = "4.16.20 "
33
+ VERSION = "4.16.21 "
34
34
MAJOR , MINOR , PATCH = VERSION . split ( '.' ) . map { |x | x . to_i }
35
35
PRERELEASE = 'dev'
36
36
HASH = get_hash
You can’t perform that action at this time.
0 commit comments