File tree Expand file tree Collapse file tree 2 files changed +6
-8
lines changed Expand file tree Collapse file tree 2 files changed +6
-8
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.8 )
4
+ metasploit-framework (4.16.9 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
@@ -163,16 +163,16 @@ GEM
163
163
recog (~> 2.0 )
164
164
metasploit_payloads-mettle (0.2.2 )
165
165
method_source (0.8.2 )
166
- mini_portile2 (2.2 .0 )
166
+ mini_portile2 (2.3 .0 )
167
167
minitest (5.10.3 )
168
168
msgpack (1.1.0 )
169
169
multipart-post (2.0.0 )
170
170
nessus_rest (0.1.6 )
171
171
net-ssh (4.2.0 )
172
172
network_interface (0.0.2 )
173
173
nexpose (7.0.1 )
174
- nokogiri (1.8.0 )
175
- mini_portile2 (~> 2.2 .0 )
174
+ nokogiri (1.8.1 )
175
+ mini_portile2 (~> 2.3 .0 )
176
176
octokit (4.7.0 )
177
177
sawyer (~> 0.8.0 , >= 0.5.3 )
178
178
openssl-ccm (1.2.1 )
193
193
activerecord (>= 4.0.0 )
194
194
arel (>= 4.0.1 )
195
195
pg_array_parser (~> 0.0.9 )
196
- pry (0.10.4 )
196
+ pry (0.11.0 )
197
197
coderay (~> 1.1.0 )
198
198
method_source (~> 0.8.1 )
199
- slop (~> 3.4 )
200
199
public_suffix (3.0.0 )
201
200
rack (1.6.8 )
202
201
rack-test (0.6.3 )
308
307
json (>= 1.8 , < 3 )
309
308
simplecov-html (~> 0.10.0 )
310
309
simplecov-html (0.10.2 )
311
- slop (3.6.0 )
312
310
sqlite3 (1.3.13 )
313
311
sshkey (1.9.0 )
314
312
thor (0.20.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.8 "
33
+ VERSION = "4.16.9 "
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