From 682a29823c2c0c9871bc13f4730de877f86cc655 Mon Sep 17 00:00:00 2001 From: Yoann Chaudet Date: Fri, 9 Feb 2024 11:34:44 -0800 Subject: [PATCH] Bump pages-gem to v229 --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 90c9db0..26fa0da 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", "= 228" +gem "github-pages", "= 229" # Explicitly include this gem here. # It is not directly included in the github-pages gem list of dependencies,