mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-04 03:40:45 +00:00
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)
6 lines
95 B
Ruby
Executable File
6 lines
95 B
Ruby
Executable File
source 'https://rubygems.org'
|
|
|
|
gem 'github-pages'
|
|
gem 'rouge', '~>1.7'
|
|
gem 'jekyll', '~>3.6.3'
|