From b1ba57ecd32a1f17eb33b06ce76da1f12fd7c8e1 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 20 Jan 2023 10:58:36 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3237242 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6290a15..84c61e2 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,3 @@ source "https://rubygems.org" -gem "github-pages", ">= 226", group: :jekyll_plugins +gem "github-pages", ">= 227", group: :jekyll_plugins