From 63016f4f5f274f132b30a9b085494f623a9c6a08 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Mar 2021 03:49:44 +0000 Subject: [PATCH] fix: docs/Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-KRAMDOWN-1087436 --- docs/Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index f144584eff350..4e0d5cb9a606f 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -4,10 +4,10 @@ gem 'rake' # jekyll, which builds it all # 3.0 includes sass processing -gem 'jekyll', '~>3.1' +gem 'jekyll', '~> 3.9', '>= 3.9.0' # Jekyll extensions -gem 'jekyll-redirect-from' +gem 'jekyll-redirect-from', '>= 0.11.0' gem 'jekyll-paginate' # JSON