From 8723242382dc81f25d9c08c7c4b89433638c2b80 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 19 Feb 2025 23:54:24 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-8732769 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-8732779 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a0d0e775c..0386e1a24 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ group :docs do gem 'nanoc-toolbox' gem 'compass' gem 'bootstrap-sass' - gem 'nokogiri' + gem 'nokogiri', '>= 1.18.3' gem 'rubypants' gem 'rouge' gem 'redcarpet'