From 80bfecde8d652daaf093a14dcc4e5d43c920bbc2 Mon Sep 17 00:00:00 2001 From: Svetlana Karslioglu Date: Tue, 26 Apr 2022 13:24:59 -0700 Subject: [PATCH] Update Gemfile and ruby version --- .ruby-version | 2 +- Gemfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.ruby-version b/.ruby-version index d48d3702aed9..a04abec91494 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -2.6.9 +2.6.10 diff --git a/Gemfile b/Gemfile index 4388cf847480..a41eb655531e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" -ruby "2.6.9" +ruby "2.6.10" group :jekyll_plugins do gem "github-pages"