Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add webrick as Ruby 3 doesn’t include it #914

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Mar 1, 2024

  1. Avoid Gemfile from site hiding installed gems

    I’ve specified the BUNDLE_GEMFILE as the one that exists in the /src/site location (the source of the site being built) was preventing Jekyll from finding the installed dependencies.
    mrmanc committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    7292abd View commit details
    Browse the repository at this point in the history
  2. Add webrick as Ruby 3 doesn’t include it

    This may be fixable by upgrading Jekyll as it is now declared as a dependency.
    mrmanc committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    4012662 View commit details
    Browse the repository at this point in the history