From 927ec65384ae440eb3b30bf5bb8effe30c719ad0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Apr 2021 05:55:39 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-KRAMDOWN-1087436 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 322a51c..d0063c6 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" -gem 'github-pages', '>= 201' +gem 'github-pages', '>= 214' gem 'html-proofer', '>= 3.13.0' gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw]