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.16.29 )
4
+ metasploit-framework (4.16.30 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
127
127
ffi (1.9.18 )
128
128
filesize (0.1.1 )
129
129
fivemat (1.3.5 )
130
- google-protobuf (3.5.0 )
130
+ google-protobuf (3.5.1 )
131
131
googleapis-common-protos-types (1.0.1 )
132
132
google-protobuf (~> 3.0 )
133
133
googleauth (0.6.2 )
192
192
metasploit_payloads-mettle (0.3.3 )
193
193
method_source (0.9.0 )
194
194
mini_portile2 (2.3.0 )
195
- minitest (5.10.3 )
195
+ minitest (5.11.1 )
196
196
mqtt (0.5.0 )
197
197
msgpack (1.2.0 )
198
198
multi_json (1.12.2 )
@@ -287,22 +287,22 @@ GEM
287
287
metasm
288
288
rex-core
289
289
rex-text
290
- rex-socket (0.1.9 )
290
+ rex-socket (0.1.10 )
291
291
rex-core
292
292
rex-sslscan (0.1.5 )
293
293
rex-core
294
294
rex-socket
295
295
rex-text
296
296
rex-struct2 (0.1.2 )
297
- rex-text (0.2.15 )
297
+ rex-text (0.2.16 )
298
298
rex-zip (0.1.3 )
299
299
rex-text
300
300
rkelly-remix (0.0.7 )
301
301
rspec (3.7.0 )
302
302
rspec-core (~> 3.7.0 )
303
303
rspec-expectations (~> 3.7.0 )
304
304
rspec-mocks (~> 3.7.0 )
305
- rspec-core (3.7.0 )
305
+ rspec-core (3.7.1 )
306
306
rspec-support (~> 3.7.0 )
307
307
rspec-expectations (3.7.0 )
308
308
diff-lcs (>= 1.2.0 , < 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.29 "
33
+ VERSION = "4.16.30 "
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