From cafdbdb8a1fa8a0474bc139ed74184d8c0f9d382 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 20 Oct 2022 04:06:21 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-3052880 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 75c047c..3ae461d 100644 --- a/Gemfile +++ b/Gemfile @@ -19,7 +19,7 @@ gem 'jekyll-sitemap' # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. -gem "github-pages", group: :jekyll_plugins +gem "github-pages", ">= 130", group: :jekyll_plugins # If you have any plugins, put them here! group :jekyll_plugins do