- commit
- 1b99f2f4dda463d0a84db5e8d7b8455ba5add07e
- Author:
- Dan Ott <danott@users.noreply.github.com>
- Date:
- Wed Jan 17 20:38:41 2024 -0500
- Reply:
- GitHub
- Home:
- allow-empty
- Next:
- 1efe0d694c11068c5df483695388bae45319baf1
- Prev:
- 335dfae5c1ee33e721118574072caafc116d5950
Resolve error in GitHub Actions
GitHub actions complained that there was no .ruby-version
in this
repository. I can satisfy that requirement.
Seeing this error reminded me that GitHub Actions will also complain
about Gemfile.lock
not explicitly supporting x86_64-linux
. I solved
this same problem on https://danott.website. I’ll proactively head it
off in this project.