From 461580f1507cdd31b22bbdd2a19d7872fad92dea Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 24 Sep 2025 06:39:06 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-REXML-12878608 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index ab7f4c7..e01016b 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" gem "github-pages", group: :jekyll_plugins -gem "minima" +gem "minima", ">= 2.5.2"