From 7c77d2537196d1a8aa502834a1d556b9c32faa65 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 10 Apr 2021 06:21:58 +0000 Subject: [PATCH] fix: docs/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-1244518 --- docs/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Gemfile b/docs/Gemfile index 182c6e9..b7d7381 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -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