From daa457e1a56d90f2952f9717ca0239bc2678e27a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 17 May 2024 20:34:41 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-6861566 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b0b5e70..b0fe925 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" -gem 'github-pages', '>= 207' +gem 'github-pages', '>= 208' gem 'html-proofer', '>= 3.13.0' gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]