Skip to content

Commit 7a84bc0

Browse files
committed
Fix compatibility with Ruby 3.0
1 parent 508fddb commit 7a84bc0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Gemfile

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

33
gem 'github-pages', group: :jekyll_plugins
4+
5+
# This must added since upgrading to Ruby 3.0.0 (https://github.com/jekyll/jekyll/issues/8523). This
6+
# will most likely be fixed in a future version of Jekyll, but that'll be in version 4.3.0 (most
7+
# likely), and this project is still using Jekyll 3.9.0.
8+
gem "webrick"

0 commit comments

Comments
 (0)