We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 508fddb commit 7a84bc0Copy full SHA for 7a84bc0
Gemfile
@@ -1,3 +1,8 @@
1
source 'https://rubygems.org'
2
3
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