From 3c2519ecda95470855814b89ff6935950f55dc75 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Mar 2021 00:03:22 +0000 Subject: [PATCH] fix: _site/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-KRAMDOWN-1087436 --- _site/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_site/Gemfile b/_site/Gemfile index 0c8671c..ae6ff02 100644 --- a/_site/Gemfile +++ b/_site/Gemfile @@ -1,3 +1,3 @@ source "https://rubygems.org" -gem "github-pages", group: :jekyll_plugins +gem "github-pages", ">= 207", group: :jekyll_plugins