Skip to content

Commit c6cceb0

Browse files
committedAug 30, 2022
Gemfile: Add webrick dependency
So far, what stopped ruby 3.0 working with jekyll was an unmerged PR in the pathutil package[1]. The maintainer being inactive, jekyll chose to instead remove this dependency[2] and GitHub pages has also upgraded its jekyll version to something recent enough now[3]. All that's left to do for us is to add webrick[4] as a dependency to the Gemfile. Fixes: #37 [1]: envygeeks/pathutil#5 [2]: jekyll/jekyll@55e3648 [3]: github/pages-gem#833 [4]: jekyll/jekyll#8523
1 parent 7d95339 commit c6cceb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
source "https://rubygems.org"
22

33
gem "github-pages", group: :jekyll_plugins
4+
gem "webrick", "~> 1.7"

0 commit comments

Comments
 (0)
Please sign in to comment.