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.5 )
4
+ metasploit-framework (4.16.6 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
110
110
bindata (2.4.1 )
111
111
bit-struct (0.16 )
112
112
builder (3.2.3 )
113
- coderay (1.1.1 )
113
+ coderay (1.1.2 )
114
114
diff-lcs (1.3 )
115
115
dnsruby (1.60.2 )
116
116
docile (1.1.5 )
168
168
msgpack (1.1.0 )
169
169
multipart-post (2.0.0 )
170
170
nessus_rest (0.1.6 )
171
- net-ssh (4.1 .0 )
171
+ net-ssh (4.2 .0 )
172
172
network_interface (0.0.2 )
173
173
nexpose (7.0.0 )
174
174
nokogiri (1.8.0 )
220
220
ffi
221
221
rbnacl-libsodium (1.0.13 )
222
222
rbnacl (>= 3.0.1 )
223
- recog (2.1.13 )
223
+ recog (2.1.15 )
224
224
nokogiri
225
225
redcarpet (3.4.0 )
226
226
rex-arch (0.1.11 )
252
252
rex-powershell (0.1.72 )
253
253
rex-random_identifier
254
254
rex-text
255
- rex-random_identifier (0.1.3 )
255
+ rex-random_identifier (0.1.4 )
256
256
rex-text
257
257
rex-registry (0.1.3 )
258
258
rex-rop_builder (0.1.3 )
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.5 "
33
+ VERSION = "4.16.6 "
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