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.5 )
4
+ metasploit-framework (4.13.6 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
232
232
activesupport (= 4.2.7.1 )
233
233
rake (>= 0.8.7 )
234
234
thor (>= 0.18.1 , < 2.0 )
235
- rake (11.3 .0 )
235
+ rake (12.0 .0 )
236
236
rb-readline-r7 (0.5.2.0 )
237
237
recog (2.1.2 )
238
238
nokogiri
250
250
metasm
251
251
rex-arch
252
252
rex-text
253
- rex-exploitation (0.1.3 )
253
+ rex-exploitation (0.1.4 )
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.5 "
33
+ VERSION = "4.13.6 "
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