Bump pages-gem to v229

This commit is contained in:
Yoann Chaudet
2024-02-09 11:34:44 -08:00
parent 27425ea166
commit 682a29823c
+1 -1
View File
@@ -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,