File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
PATH
14
14
remote: .
15
15
specs:
16
- metasploit-framework (4.15.1 )
16
+ metasploit-framework (4.15.2 )
17
17
actionpack (~> 4.2.6 )
18
18
activerecord (~> 4.2.6 )
19
19
activesupport (~> 4.2.6 )
274
274
rex-arch
275
275
rex-ole (0.1.6 )
276
276
rex-text
277
- rex-powershell (0.1.72 )
277
+ rex-powershell (0.1.73 )
278
278
rex-random_identifier
279
279
rex-text
280
280
rex-random_identifier (0.1.2 )
@@ -377,4 +377,4 @@ DEPENDENCIES
377
377
yard
378
378
379
379
BUNDLED WITH
380
- 1.15.1
380
+ 1.15.2
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.15.1 "
33
+ VERSION = "4.15.2 "
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