Skip to content

Issue with github-pages gem with Ruby 3 #51

@evanwill

Description

@evanwill

Gemfile contained gem "github-pages" to keep in sync with github pages versions.
However, the gem only works with Ruby 2.7x and causes error with Ruby 3 when you bundle exec jekyll s.

To avoid issues, I changed the Gemfile to use our generic jekyll + webrick version, b303164
It should work for local development on Ruby 3 or 2 now.

Adding this issue in case anyone comes across the error using the original Gemfile.
Hopefully this is a temporary thing.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions