File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
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.28 )
4
+ metasploit-framework (4.15.0 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
160
160
multi_json (~> 1.11 )
161
161
os (~> 0.9 )
162
162
signet (~> 0.7 )
163
- grpc (1.3.4 )
163
+ grpc (1.4.0 )
164
164
google-protobuf (~> 3.1 )
165
165
googleauth (~> 0.5.1 )
166
166
i18n (0.8.4 )
174
174
multi_json (~> 1.10 )
175
175
loofah (2.0.3 )
176
176
nokogiri (>= 1.5.9 )
177
- memoist (0.15 .0 )
177
+ memoist (0.16 .0 )
178
178
metasm (1.0.3 )
179
179
metasploit-aggregator (0.2.1 )
180
180
grpc
221
221
nessus_rest (0.1.6 )
222
222
net-ssh (4.1.0 )
223
223
network_interface (0.0.1 )
224
- nexpose (6.0 .0 )
224
+ nexpose (6.1 .0 )
225
225
nokogiri (1.8.0 )
226
226
mini_portile2 (~> 2.2.0 )
227
227
octokit (4.7.0 )
262
262
thor (>= 0.18.1 , < 2.0 )
263
263
rake (12.0.0 )
264
264
rb-readline (0.5.4 )
265
- recog (2.1.9 )
265
+ recog (2.1.10 )
266
266
nokogiri
267
267
redcarpet (3.4.0 )
268
268
rex-arch (0.1.9 )
361
361
sshkey (1.9.0 )
362
362
thor (0.19.4 )
363
363
thread_safe (0.3.6 )
364
- timecop (0.8.1 )
364
+ timecop (0.9.0 )
365
365
tzinfo (1.2.3 )
366
366
thread_safe (~> 0.1 )
367
367
tzinfo-data (1.2017.2 )
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.28 "
33
+ VERSION = "4.15.0 "
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