From 6e74429308327eef75466c7f173ac5646c886d85 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 12 Jul 2025 00:23:28 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674179 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674176 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674184 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674192 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-10674188 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6af87499ac4015..2861eab4a4ee39 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source "https://rubygems.org" # gem "jekyll", "3.8.2" gem "jekyll", :git =>"https://github.com/jekyll/jekyll.git", :ref => '72dc3a56f399e5c249b2645391ebfd37d4d8a578' gem "nokogiri", "1.8.3" -gem "html-proofer" +gem "html-proofer", ">= 3.15.0" # If you have any plugins, put them here! group :jekyll_plugins do