From e809b4c1e48208a018d45e630160ad8faa0db867 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 7 Aug 2024 08:50:25 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-7577227 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-7164639 - https://snyk.io/vuln/SNYK-RUBY-REXML-7577228 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c9dd8c5..cd87b7d 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" -gem 'github-pages', '>= 224' +gem 'github-pages', '>= 232' gem 'html-proofer', '>= 3.15.0' gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]