From 24657da1852776c279954d4b40ffdf6c5f31a476 Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Thu, 3 Mar 2022 20:06:30 -0800 Subject: [PATCH] Bump github-pages to 225 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 9365f9c..cbc54b6 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", "= 223" +gem "github-pages", "= 225" # Explicitly include this gem here. # It is not directly included in the github-pages gem list of dependencies,