From 710ef4632d43c096f84967d23c6225ff6602bad0 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Sat, 20 Mar 2021 05:06:24 +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 24464ce..b6df88f 100644 --- a/Gemfile +++ b/Gemfile @@ -14,11 +14,11 @@ source "https://rubygems.org" # 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", group: :jekyll_plugins +gem "github-pages", ">= 207", group: :jekyll_plugins # If you have any plugins, put them here! group :jekyll_plugins do - gem "jekyll-feed", "~> 0.6" + gem "jekyll-feed", "~> 0.9", ">= 0.9.3" end # Windows does not include zoneinfo files, so bundle the tzinfo-data gem