From a39949090e90577a8c0ffb58b4e611933d8d3dac Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Wed, 31 Mar 2021 23:14:28 +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..74c7dd6f 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ source "https://rubygems.org" -gem 'github-pages', group: :jekyll_plugins +gem 'github-pages', '>= 214', group: :jekyll_plugins gem 'wdm', '>= 0.1.0' if Gem.win_platform?