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 1
1
PATH
2
2
remote: .
3
3
specs:
4
- metasploit-framework (4.13.17 )
4
+ metasploit-framework (4.13.18 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
146
146
filesize (0.1.1 )
147
147
fivemat (1.3.2 )
148
148
gherkin (4.0.0 )
149
- i18n (0.7 .0 )
149
+ i18n (0.8 .0 )
150
150
jsobfu (0.4.2 )
151
151
rkelly-remix
152
152
json (1.8.6 )
250
250
metasm
251
251
rex-arch
252
252
rex-text
253
- rex-exploitation (0.1.8 )
253
+ rex-exploitation (0.1.10 )
254
254
jsobfu
255
255
metasm
256
256
rex-arch
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.13.17 "
33
+ VERSION = "4.13.18 "
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