From 7fec6330add6a86f756d1b89fc7041eed80dfcfb Mon Sep 17 00:00:00 2001 From: "snyk-io[bot]" <141718529+snyk-io[bot]@users.noreply.github.com> Date: Fri, 19 Sep 2025 07: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-12878608 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 51133fb3745a16..042b77b8488928 100644 --- a/Gemfile +++ b/Gemfile @@ -8,11 +8,11 @@ source "https://rubygems.org" # # This is the default theme for new Jekyll sites. You may change this to anything you like. -gem "minima", "~> 2.0" +gem "minima", "~> 2.5", ">= 2.5.2" # If you have any plugins, put them here! group :jekyll_plugins do - gem "github-pages", "229" + gem "github-pages", "230" end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem