From 5fbb8ab962b6de099ce11eae89f2bee04bc89e4c Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 31 May 2024 00:52:07 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-7164639 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 1ea5f32..92407b7 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" -gem 'github-pages', group: :jekyll_plugins +gem 'github-pages', '>= 194', group: :jekyll_plugins