Skip to content

Commit c41bf02

Browse files
committed
Update Gemfile to work with new Ruby / Jekyll versions
Previously the github-pages gem seems to lock Jekyll to an old version and it doesn't work well with Ruby 4.0. Just use the jekyll gem directly. Note that the Gemfile is only for local testing. Deployment is using GitHub Pages' Jekyll engine.
1 parent 54ec040 commit c41bf02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
source 'https://rubygems.org'
2-
gem 'github-pages', group: :jekyll_plugins
3-
gem 'webrick'
2+
gem 'jekyll'
3+
gem 'logger'

0 commit comments

Comments
 (0)