From 208a6b4e32338cb558f4d907e0cb0bfc1e4e9e5c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 29 Apr 2025 12:20:40 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-9789079 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 993cd020ad..486a85b67f 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.8' gem 'htmlcompressor' gem 'htmlentities', '~> 4.3', '>= 4.3.4'