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 1
1
PATH
2
2
remote: .
3
3
specs:
4
- metasploit-framework (4.16.2 )
4
+ metasploit-framework (4.16.3 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
99
99
minitest (~> 5.1 )
100
100
thread_safe (~> 0.3 , >= 0.3.4 )
101
101
tzinfo (~> 1.1 )
102
- addressable (2.5.1 )
103
- public_suffix (~> 2.0 , >= 2.0.2 )
102
+ addressable (2.5.2 )
103
+ public_suffix (>= 2.0.2 , < 4.0 )
104
104
afm (0.2.2 )
105
105
arel (6.0.4 )
106
106
arel-helpers (2.4.0 )
198
198
coderay (~> 1.1.0 )
199
199
method_source (~> 0.8.1 )
200
200
slop (~> 3.4 )
201
- public_suffix (2 .0.5 )
201
+ public_suffix (3 .0.0 )
202
202
rack (1.6.8 )
203
203
rack-test (0.6.3 )
204
204
rack (>= 1.0 )
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.2 "
33
+ VERSION = "4.16.3 "
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