From 0f53ba02a1cc0a1b7d0d7813510403f9a6d4d85f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 9 Aug 2023 15:48:11 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-COMMONMARKER-5829860 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ca9b7428d0e..4b078fb37b4 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "github-pages", group: :jekyll_plugins +gem "github-pages", ">= 224", group: :jekyll_plugins group :test do gem "html-proofer"