Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There were 2 issues that were breaking the build and tests. 1. Updating Ruby Gems itself without specifying a version causes it to update to the latest version which requires Ruby 3. Instead, we specify the latest version compatible with Ruby 2.6. Compatibility versions found here: https://rubygems.org/api/v1/versions/rubygems-update.json 2. The version of Alpine Linux shipping with the Ruby 2.6 image is missing a shared library needed to load nokogiri. Adding `gcompat` corrects this. More information found here: github/pages-gem#839
- Loading branch information