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