File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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.4 )
4
+ metasploit-framework (4.16.5 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
107
107
backports (3.8.0 )
108
108
bcrypt (3.1.11 )
109
109
bcrypt_pbkdf (1.0.0 )
110
- bindata (2.4.0 )
110
+ bindata (2.4.1 )
111
111
bit-struct (0.16 )
112
112
builder (3.2.3 )
113
113
coderay (1.1.1 )
170
170
nessus_rest (0.1.6 )
171
171
net-ssh (4.1.0 )
172
172
network_interface (0.0.2 )
173
- nexpose (6.1.1 )
173
+ nexpose (7.0.0 )
174
174
nokogiri (1.8.0 )
175
175
mini_portile2 (~> 2.2.0 )
176
176
octokit (4.7.0 )
220
220
ffi
221
221
rbnacl-libsodium (1.0.13 )
222
222
rbnacl (>= 3.0.1 )
223
- recog (2.1.12 )
223
+ recog (2.1.13 )
224
224
nokogiri
225
225
redcarpet (3.4.0 )
226
226
rex-arch (0.1.11 )
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.4 "
33
+ VERSION = "4.16.5 "
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