From 05c7b53cd9853415530f63cf708f4604d15e7139 Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Mar 2023 05:33:15 +0000 Subject: [PATCH] fix: Gemfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-RUBY-ACTIVESUPPORT-3360028 --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index 2941496..a2265a7 100644 --- a/Gemfile +++ b/Gemfile @@ -8,8 +8,8 @@ gem "jekyll", "3.6.2" # If you have any plugins, put them here! group :jekyll_plugins do - gem "jemoji" - gem "github-pages" + gem "jemoji", ">= 0.10.0" + gem "github-pages", ">= 203" gem "jekyll-remote-theme" end