Skip to content

Commit f53794c

Browse files
committed
Try to fix jekyll building error
1 parent 84938ab commit f53794c

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Gemfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
source "https://rubygems.org"
22

3-
gem "github-pages", group: :jekyll_plugins
4-
gem "sass-embedded", "~> 1.86.2" # known-good series for GH Actions
3+
# Use the dependency set that GitHub Pages expects:
4+
gem "github-pages", "~> 232", group: :jekyll_plugins
5+
6+
# For local `bundle exec jekyll serve` on Ruby 3.x:
7+
gem "webrick", "~> 1.8"

0 commit comments

Comments
 (0)