Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: #37
- Loading branch information