Swiftgram/docs/Gemfile
Huy Nguyen 393ca818b0 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)
2018-10-16 10:04:58 -07:00

6 lines
95 B
Ruby
Executable File

source 'https://rubygems.org'
gem 'github-pages'
gem 'rouge', '~>1.7'
gem 'jekyll', '~>3.6.3'