File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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.14.3 )
4
+ metasploit-framework (4.14.4 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
144
144
multipart-post (>= 1.2 , < 3 )
145
145
ffi (1.9.18 )
146
146
filesize (0.1.1 )
147
- fivemat (1.3.2 )
147
+ fivemat (1.3.3 )
148
148
gherkin (4.1.1 )
149
149
google-protobuf (3.2.0.2 )
150
150
googleauth (0.5.1 )
155
155
multi_json (~> 1.11 )
156
156
os (~> 0.9 )
157
157
signet (~> 0.7 )
158
- grpc (1.1.2 )
158
+ grpc (1.2.0 )
159
159
google-protobuf (~> 3.1 )
160
160
googleauth (~> 0.5.1 )
161
161
i18n (0.8.1 )
216
216
net-ssh (4.1.0 )
217
217
network_interface (0.0.1 )
218
218
nexpose (5.3.1 )
219
- nokogiri (1.7.0. 1 )
219
+ nokogiri (1.7.1 )
220
220
mini_portile2 (~> 2.1.0 )
221
221
octokit (4.6.2 )
222
222
sawyer (~> 0.8.0 , >= 0.5.3 )
335
335
faraday (~> 0.9 )
336
336
jwt (~> 1.5 )
337
337
multi_json (~> 1.10 )
338
- simplecov (0.14.0 )
338
+ simplecov (0.14.1 )
339
339
docile (~> 1.1.0 )
340
340
json (>= 1.8 , < 3 )
341
341
simplecov-html (~> 0.10.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.14.3 "
33
+ VERSION = "4.14.4 "
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