From 6fd655091c8d0a7f8ff4c8066b84f4ce1d1c4d52 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 11 Aug 2023 04:30:36 +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 75863de..745e71e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" -gem 'github-pages', '>= 148' +gem 'github-pages', '>= 224' gem 'html-proofer', '>= 3.7.2' gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]