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.16.19 )
4
+ metasploit-framework (4.16.20 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
311
311
rspec-mocks (3.7.0 )
312
312
diff-lcs (>= 1.2.0 , < 2.0 )
313
313
rspec-support (~> 3.7.0 )
314
- rspec-rails (3.7.1 )
314
+ rspec-rails (3.7.2 )
315
315
actionpack (>= 3.0 )
316
316
activesupport (>= 3.0 )
317
317
railties (>= 3.0 )
357
357
activemodel (>= 4.2.7 )
358
358
activesupport (>= 4.2.7 )
359
359
xmlrpc (0.3.0 )
360
- yard (0.9.9 )
360
+ yard (0.9.11 )
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.19 "
33
+ VERSION = "4.16.20 "
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