Update Gemfile

This commit is contained in:
Fabian Aguilar Gomez
2023-02-01 17:13:31 -06:00
committed by GitHub
parent 1af989c8a6
commit cad18f5127
+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", "= 227"
gem "github-pages", "= 228"
# Explicitly include this gem here.
# It is not directly included in the github-pages gem list of dependencies,