From cad18f5127fe2f16523fa0ff0fa320bffc5c8df2 Mon Sep 17 00:00:00 2001 From: Fabian Aguilar Gomez Date: Wed, 1 Feb 2023 17:13:31 -0600 Subject: [PATCH] Update Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2bf7a11..90c9db0 100644 --- a/Gemfile +++ b/Gemfile @@ -5,7 +5,7 @@ source "https://rubygems.org" git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # Manage our dependency on the version of the github-pages gem here. -gem "github-pages", "= 227" +gem "github-pages", "= 228" # Explicitly include this gem here. # It is not directly included in the github-pages gem list of dependencies,