From 832ccaeba9bfaee1786f8150b2d076d11e9cda3f Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Tue, 12 Apr 2022 17:06:49 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-2620374 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-2630623 - https://snyk.io/vuln/SNYK-RUBY-NOKOGIRI-2630898 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 63d8a32..0b88c48 100644 --- a/Gemfile +++ b/Gemfile @@ -4,7 +4,7 @@ require 'json' require 'open-uri' versions = JSON.parse(open('https://pages.github.com/versions.json').read) -gem 'github-pages', versions['github-pages'] +gem 'github-pages', '>= 182', versions['github-pages'] gem 'jekyll-github-metadata' gem 'jekyll-relative-links' gem 'jekyll-seo-tag'