From 3c956f2593839bacaca9d1e9691c31afd5c434cf Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 25 Mar 2025 08:12:41 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-9510795 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-9510789 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 993cd020ad..2c6ad56411 100644 --- a/Gemfile +++ b/Gemfile @@ -3,14 +3,14 @@ source 'https://rubygems.org' ruby '2.7.4' gem "jekyll", '~> 4.2.0', github: "jekyll/jekyll" -gem 'html-proofer' +gem 'html-proofer', '>= 3.19.3' gem 'asciidoctor' gem 'pygments.rb', '~> 1.1.2' gem 'rake' gem 'dotenv' gem "kramdown-parser-gfm" gem "liquid-c" -gem 'nokogiri', '~> 1.13' +gem 'nokogiri', '~> 1.18', '>= 1.18.4' gem 'htmlcompressor' gem 'htmlentities', '~> 4.3', '>= 4.3.4'