Skip to content

Commit f92fb9a

Browse files
committed
chore: bump github-pages gem to ~> 232 to match GitHub Pages CI
GitHub Pages upgraded the github-pages gem to v232, which no longer satisfies the '~> 228' constraint in the Gemfile and causes the pages build workflow to fail with 'The github-pages gem can't satisfy your Gemfile's dependencies'. Bumping the constraint to '~> 232' and removing the stale Gemfile.lock so the Pages CI regenerates it against the new resolver.
1 parent 7a9e1d3 commit f92fb9a

2 files changed

Lines changed: 1 addition & 267 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "github-pages", "~> 228", group: :jekyll_plugins
3+
gem "github-pages", "~> 232", group: :jekyll_plugins
44

55
group :jekyll_plugins do
66
gem "jekyll-feed", "~> 0.12"

Gemfile.lock

Lines changed: 0 additions & 266 deletions
This file was deleted.

0 commit comments

Comments
 (0)