From 5295051f84275a66341217492d922bdbad7f512b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Mar 2021 06:19:02 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index db91477..14defb2 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ ruby RUBY_VERSION # This will help ensure the proper Jekyll version is running. # Happy Jekylling! # -gem "jekyll", "~> 3.6.3" +gem "jekyll", "~> 3.9.0" gem "coderay", "~> 1.1.2" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and @@ -22,6 +22,6 @@ gem "coderay", "~> 1.1.2" # gem "jekyll-github-metadata", "~> 1.0" # end group :jekyll_plugins do - gem "jekyll-asciidoc", ">= 2.1.0" + gem "jekyll-asciidoc", ">= 3.0.0" end gem "json", ">= 2.3.0"