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 24
24
PATH
25
25
remote: .
26
26
specs:
27
- metasploit-framework (4.14.19 )
27
+ metasploit-framework (4.14.20 )
28
28
actionpack (~> 4.2.6 )
29
29
activerecord (~> 4.2.6 )
30
30
activesupport (~> 4.2.6 )
258
258
arel (>= 4.0.1 )
259
259
pg_array_parser (~> 0.0.9 )
260
260
public_suffix (2.0.5 )
261
- rack (1.6.7 )
261
+ rack (1.6.8 )
262
262
rack-test (0.6.3 )
263
263
rack (>= 1.0 )
264
264
rails-deprecated_sanitizer (1.0.3 )
276
276
thor (>= 0.18.1 , < 2.0 )
277
277
rake (12.0.0 )
278
278
rb-readline (0.5.4 )
279
- recog (2.1.6 )
279
+ recog (2.1.7 )
280
280
nokogiri
281
281
redcarpet (3.4.0 )
282
282
rex-arch (0.1.4 )
363
363
docile (~> 1.1.0 )
364
364
json (>= 1.8 , < 3 )
365
365
simplecov-html (~> 0.10.0 )
366
- simplecov-html (0.10.0 )
366
+ simplecov-html (0.10.1 )
367
367
sqlite3 (1.3.13 )
368
368
sshkey (1.9.0 )
369
369
thor (0.19.4 )
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.14.19 "
33
+ VERSION = "4.14.20 "
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