From ebe2c064a61ae499700a598ee65545797bc5408e Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 5 Dec 2024 05:30:45 +0000 Subject: [PATCH] fix: docs/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-8453714 --- docs/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 docs/Gemfile diff --git a/docs/Gemfile b/docs/Gemfile old mode 100755 new mode 100644 index e515a326e45..43e8ff37573 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -5,4 +5,4 @@ gem 'jekyll', '2.0.3' gem 'jekyll-sitemap', '0.4.1' gem 'jekyll-assets' gem 'github-markdown' -gem 'html-pipeline' +gem 'html-pipeline', '>= 3.0.0'