From 3327b7df447ed37a3c0276835ea0a04df24293a6 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 20 Jul 2020 06:19:27 +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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index db91477..a0ae55f 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", "~> 4.0.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", ">= 2.1.1" end gem "json", ">= 2.3.0"