From 7bb3575836f804ce8b46e9954985ee75b6161cbe Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sun, 12 Feb 2023 21:03:58 +0000 Subject: [PATCH] fix: docs/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-COMMONMARKER-3318398 - https://snyk.io/vuln/SNYK-RUBY-COMMONMARKER-3318399 - https://snyk.io/vuln/SNYK-RUBY-COMMONMARKER-3318400 - https://snyk.io/vuln/SNYK-RUBY-COMMONMARKER-3318401 --- docs/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Gemfile b/docs/Gemfile index 053c27d..dadd74d 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,2 +1,2 @@ source 'https://rubygems.org' -gem 'github-pages' +gem 'github-pages', '>= 224'