From e564d2f5653ec2ecc728da90118d5cbb4159fb2a Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Jul 2020 05:41:39 +0000 Subject: [PATCH] fix: docs/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-KRAMDOWN-585939 --- docs/Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Gemfile b/docs/Gemfile index c9e9c59143..87e9af76f8 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,6 +1,6 @@ source 'https://rubygems.org' -gem 'jekyll' +gem 'jekyll', '>= 4.0.0' group :jekyll_plugins do gem 'jekyll-paginate'