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

Makefile: Prefer Ruby 2.7 if available #58

Merged
merged 1 commit into from
Mar 13, 2022
Merged

Commits on Mar 13, 2022

  1. Makefile: Prefer Ruby 2.7 if available

    Ruby 3.0, which is now default in Debian (and likely many other
    distros), isn't officially supported by the github/pages-gem and some of
    its dependencies (despite patches being available for over a year—WTF),
    so `make serve` doesn't work.
    
    As a workaround, prefer Ruby 2.7 (the "bundle2.7" command on
    Debian-based distros, "bundle-2.7" on Arch) if available.
    
    Related: xmonad#37
    liskin committed Mar 13, 2022
    Configuration menu
    Copy the full SHA
    eb65e5d View commit details
    Browse the repository at this point in the history