Update Jekyll to 3.6.3 (#1165)

Seeing a warning from GitHub that suggests to update Jekyll because of this vulnerability:

> Jekyll through 3.6.2, 3.7.x through 3.7.3, and 3.8.x through 3.8.3 allows attackers to access arbitrary files by specifying a symlink in the "include" key in the "_config.yml" file.

[CVE-2018-17567](https://nvd.nist.gov/vuln/detail/CVE-2018-17567)
This commit is contained in:
Huy Nguyen 2018-10-16 10:04:58 -07:00 committed by Michael Schneider
parent 7cdfacca4a
commit 393ca818b0

View File

@ -2,4 +2,4 @@ source 'https://rubygems.org'
gem 'github-pages'
gem 'rouge', '~>1.7'
gem 'jekyll', '~>3.2.0'
gem 'jekyll', '~>3.6.3'