From a59033b16af0aa4b169ade04b8ab56bbdd20523e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 24 Aug 2024 06:44:25 +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 baeb681..5dd8514 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ source "https://rubygems.org" -gem "github-pages", ">= 229", group: :jekyll_plugins +gem "github-pages", ">= 232", group: :jekyll_plugins gem "jekyll-include-cache", group: :jekyll_plugins # # Hello! This is where you manage which Jekyll version is used to run. # # When you want to use a different version, change it below, save the