From 993560e7c16c18e5e3250d4d75bb63200583bcd1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 4 Mar 2022 16:56:16 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-COMMONMARKER-2415031 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c8f707f6f832e4..99ce27ee6d0405 100644 --- a/Gemfile +++ b/Gemfile @@ -20,7 +20,7 @@ gem "minima", "~> 2.0" # If you have any plugins, put them here! group :jekyll_plugins do gem "jekyll-feed", "~> 0.6" - gem "github-pages" + gem "github-pages", ">= 224" end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem