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.31 )
4
+ metasploit-framework (4.16.32 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
141
141
multi_json (~> 1.11 )
142
142
os (~> 0.9 )
143
143
signet (~> 0.7 )
144
- grpc (1.8.0 )
144
+ grpc (1.8.3 )
145
145
google-protobuf (~> 3.1 )
146
146
googleapis-common-protos-types (~> 1.0.0 )
147
147
googleauth (>= 0.5.1 , < 0.7 )
197
197
mini_portile2 (2.3.0 )
198
198
minitest (5.11.1 )
199
199
mqtt (0.5.0 )
200
- msgpack (1.2.0 )
201
- multi_json (1.12.2 )
200
+ msgpack (1.2.2 )
201
+ multi_json (1.13.1 )
202
202
multipart-post (2.0.0 )
203
203
nessus_rest (0.1.6 )
204
204
net-ssh (4.2.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.31 "
33
+ VERSION = "4.16.32 "
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