From 11d9017f52054fbca7ced51e6ee85a03fb15f44c Mon Sep 17 00:00:00 2001 From: Brian Johnson Date: Tue, 30 Nov 2021 11:12:04 -0500 Subject: [PATCH 1/2] Update .ruby-version Updates ruby version. --- .ruby-version | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.ruby-version b/.ruby-version index 743af5e1251c..d48d3702aed9 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.6.8 +2.6.9 From 13f4f451cc707534a543900a1f6ad59ffc943189 Mon Sep 17 00:00:00 2001 From: Brian Johnson Date: Tue, 30 Nov 2021 11:20:09 -0500 Subject: [PATCH 2/2] Update Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d969257c6bcf..4388cf847480 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" -ruby "2.6.8" +ruby "2.6.9" group :jekyll_plugins do gem "github-pages"