From b237e4d72b6003057d173c6829e14afc6c3df2a4 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 5 Aug 2020 21:33:25 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-KRAMDOWN-585939 --- 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'