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 24
24
PATH
25
25
remote: .
26
26
specs:
27
- metasploit-framework (4.14.22 )
27
+ metasploit-framework (4.14.23 )
28
28
actionpack (~> 4.2.6 )
29
29
activerecord (~> 4.2.6 )
30
30
activesupport (~> 4.2.6 )
278
278
thor (>= 0.18.1 , < 2.0 )
279
279
rake (12.0.0 )
280
280
rb-readline (0.5.4 )
281
- recog (2.1.7 )
281
+ recog (2.1.8 )
282
282
nokogiri
283
283
redcarpet (3.4.0 )
284
284
rex-arch (0.1.4 )
345
345
rspec-mocks (~> 3.6.0 )
346
346
rspec-support (~> 3.6.0 )
347
347
rspec-support (3.6.0 )
348
- ruby_smb (0.0.14 )
348
+ ruby_smb (0.0.17 )
349
349
bindata
350
350
rubyntlm
351
351
windows_error
377
377
tzinfo (>= 1.0.0 )
378
378
windows_error (0.1.2 )
379
379
xmlrpc (0.3.0 )
380
- xpath (2.0 .0 )
380
+ xpath (2.1 .0 )
381
381
nokogiri (~> 1.3 )
382
382
yard (0.9.9 )
383
383
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.14.22 "
33
+ VERSION = "4.14.23 "
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