fix: docs/Gemfile to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-KRAMDOWN-1087436
This commit is contained in:
parent
00f2e2ba03
commit
96ea87e0f5
|
@ -20,7 +20,7 @@ gem "jekyll-theme-slate", "~> 0.1.1"
|
|||
|
||||
# If you have any plugins, put them here!
|
||||
group :jekyll_plugins do
|
||||
gem "jekyll-feed", "~> 0.13", ">= 0.13.0"
|
||||
gem "jekyll-feed", "~> 0.15", ">= 0.15.1"
|
||||
end
|
||||
|
||||
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
|
||||
|
|
Loading…
Reference in New Issue