From b426eefb2c77e0ff739c39a7a25bf042d9c76a21 Mon Sep 17 00:00:00 2001
From: Yoann Chaudet <c.yoann@gmail.com>
Date: Tue, 6 Aug 2024 15:48:30 -0700
Subject: [PATCH] Bump pages-gem to 232

---
 Gemfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gemfile b/Gemfile
index 9f7537f..71d1c17 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", "= 231"
+gem "github-pages", "= 232"
 
 # Explicitly include this gem here.
 # It is not directly included in the github-pages gem list of dependencies,