Bump pages-gem to 226

This commit is contained in:
Yoann Chaudet
2022-04-19 15:59:51 -07:00
parent 498808b77d
commit 4b0578bbce
+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", "= 225"
gem "github-pages", "= 226"
# Explicitly include this gem here.
# It is not directly included in the github-pages gem list of dependencies,