From dc1d9ec30406cba483cfe5540499e25ebea96f81 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Mon, 13 Feb 2023 03:59:34 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-COMMONMARKER-3318398 - https://snyk.io/vuln/SNYK-RUBY-COMMONMARKER-3318399 - https://snyk.io/vuln/SNYK-RUBY-COMMONMARKER-3318400 - https://snyk.io/vuln/SNYK-RUBY-COMMONMARKER-3318401 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 4fab055..6ae30a3 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" gem "jekyll-theme-minimal" -gem 'github-pages' +gem 'github-pages', '>= 224' gem 'jekyll-last-modified-at'