From 20fff8e8ab9fef8c85f13656bfee27132c6fb8b7 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 1 Apr 2021 02:35:42 +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 45b20bd..1f92cb3 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source 'https://rubygems.org' -gem 'github-pages', '>= 207', group: :jekyll_plugins +gem 'github-pages', '>= 214', group: :jekyll_plugins // https://github.com/whybe/jekyll-simple-theme gem 'jekyll-simple-theme' \ No newline at end of file