From 227ab66a69412498d390b7b5f2bfb8ce61bf7071 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Fri, 19 Mar 2021 23:14:21 +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 d2e1a452..f56c39bb 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" -gem 'github-pages', group: :jekyll_plugins +gem 'github-pages', '>= 207', group: :jekyll_plugins gem 'wdm', '>= 0.1.0' if Gem.win_platform?