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.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 )
130
130
ffi (1.9.18 )
131
131
filesize (0.1.1 )
132
132
fivemat (1.3.5 )
133
- google-protobuf (3.5.0 )
133
+ google-protobuf (3.5.1 )
134
134
googleapis-common-protos-types (1.0.1 )
135
135
google-protobuf (~> 3.0 )
136
136
googleauth (0.6.2 )
195
195
metasploit_payloads-mettle (0.3.3 )
196
196
method_source (0.9.0 )
197
197
mini_portile2 (2.3.0 )
198
- minitest (5.10.3 )
198
+ minitest (5.11.1 )
199
199
mqtt (0.5.0 )
200
200
msgpack (1.2.0 )
201
201
multi_json (1.12.2 )
@@ -297,15 +297,15 @@ GEM
297
297
rex-socket
298
298
rex-text
299
299
rex-struct2 (0.1.2 )
300
- rex-text (0.2.15 )
300
+ rex-text (0.2.16 )
301
301
rex-zip (0.1.3 )
302
302
rex-text
303
303
rkelly-remix (0.0.7 )
304
304
rspec (3.7.0 )
305
305
rspec-core (~> 3.7.0 )
306
306
rspec-expectations (~> 3.7.0 )
307
307
rspec-mocks (~> 3.7.0 )
308
- rspec-core (3.7.0 )
308
+ rspec-core (3.7.1 )
309
309
rspec-support (~> 3.7.0 )
310
310
rspec-expectations (3.7.0 )
311
311
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