From 2399432dbacce3f8522a75f87b9899482ee21061 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 23 Aug 2024 07:41:10 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-7814166 --- 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]