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 24
24
PATH
25
25
remote: .
26
26
specs:
27
- metasploit-framework (4.14.21 )
27
+ metasploit-framework (4.14.22 )
28
28
actionpack (~> 4.2.6 )
29
29
activerecord (~> 4.2.6 )
30
30
activesupport (~> 4.2.6 )
182
182
multi_json (~> 1.11 )
183
183
os (~> 0.9 )
184
184
signet (~> 0.7 )
185
- grpc (1.2.5 )
185
+ grpc (1.3.4 )
186
186
google-protobuf (~> 3.1 )
187
187
googleauth (~> 0.5.1 )
188
188
i18n (0.8.1 )
198
198
nokogiri (>= 1.5.9 )
199
199
memoist (0.15.0 )
200
200
metasm (1.0.3 )
201
- metasploit-aggregator (0.2.0 )
201
+ metasploit-aggregator (0.2.1 )
202
202
grpc
203
203
rex-arch
204
204
metasploit-concern (2.0.4 )
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.21 "
33
+ VERSION = "4.14.22 "
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