From 759a1a1dd75b564ec517cd5217fbd15fc86b3b32 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 29 Mar 2025 07:48:49 +0000 Subject: [PATCH] fix: old_docs/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 --- old_docs/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/old_docs/Gemfile b/old_docs/Gemfile index 9350fbc3..2068bebf 100644 --- a/old_docs/Gemfile +++ b/old_docs/Gemfile @@ -3,6 +3,6 @@ gem 'github-pages', '>= 224' gem 'rouge' gem "jekyll", ">= 3.9.1" gem "ffi", ">= 1.9.24" -gem "nokogiri", ">= 1.18.3" +gem "nokogiri", ">= 1.18.4" gem "yajl-ruby", ">= 1.3.1" gem "kramdown", ">= 2.5.1"