From 05ba2215784f8d31bf48aab77b1ada2c7c9c582c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 4 Dec 2024 07:49:40 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-8453714 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a0d0e775c..02c88f654 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.15.7' gem 'rubypants' gem 'rouge' gem 'redcarpet'