From 990b24fc59938d927cec8634949208b3fa969fca Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Mar 2021 04:23:20 +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 ea5fdcb..7792684 100644 --- a/Gemfile +++ b/Gemfile @@ -15,7 +15,7 @@ gem "minima", "~> 2.5", ">= 2.5.1" # If you want to use GitHub Pages, remove the "gem "jekyll"" above and # uncomment the line below. To upgrade, run `bundle update github-pages`. -gem "github-pages", ">= 206", group: :jekyll_plugins +gem "github-pages", ">= 207", group: :jekyll_plugins # If you have any plugins, put them here! #group :jekyll_plugins do