Update GitHub pages gem

Dependabot proposed updating tzinfo (#451) but it's better to just update
our GitHub pages gem which depends on a more recent tzinfo version.
This commit is contained in:
Manuel Fuhr 2022-08-03 17:13:21 +02:00
parent d5322667d5
commit 33e3183259
2 changed files with 20 additions and 40 deletions

View file

@ -10,7 +10,7 @@ source "https://rubygems.org"
# Use the github-pages bundle by default
# gem "jekyll", "~> 4.2.1"
gem "github-pages", group: :jekyll_plugins
gem "github-pages", "~> 227", group: :jekyll_plugins
# If you have any plugins, put them here!
group :jekyll_plugins do