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.16 )
4
+ metasploit-framework (4.16.17 )
5
5
actionpack (~> 4.2.6 )
6
6
activerecord (~> 4.2.6 )
7
7
activesupport (~> 4.2.6 )
128
128
filesize (0.1.1 )
129
129
fivemat (1.3.5 )
130
130
google-protobuf (3.4.1.1 )
131
- googleapis-common-protos-types (1.0.0 )
131
+ googleapis-common-protos-types (1.0.1 )
132
132
google-protobuf (~> 3.0 )
133
133
googleauth (0.6.1 )
134
134
faraday (~> 0.12 )
226
226
pry (0.11.2 )
227
227
coderay (~> 1.1.0 )
228
228
method_source (~> 0.9.0 )
229
- public_suffix (3.0.0 )
229
+ public_suffix (3.0.1 )
230
230
rack (1.6.8 )
231
231
rack-test (0.6.3 )
232
232
rack (>= 1.0 )
247
247
rb-readline (0.5.5 )
248
248
rbnacl (4.0.2 )
249
249
ffi
250
- rbnacl-libsodium (1.0.13 )
250
+ rbnacl-libsodium (1.0.15.1 )
251
251
rbnacl (>= 3.0.1 )
252
252
recog (2.1.16 )
253
253
nokogiri
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.16 "
33
+ VERSION = "4.16.17 "
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