You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 the installed Ruby.
Compatibility versions found here:
https://rubygems.org/api/v1/versions/rubygems-update.json
2. All builds were having issues with missing shared libraries. In the case of the Ruby 2.6 images it was nokogiri and for the Ruby 3.0 image it was sqlite3. A common fix for all the builds was to configure Bundler to consider the platform during dependency resolution.
More information found here:
https://bundler.io/v1.14/whats_new.htmlsparklemotion/sqlite3-ruby#434github/pages-gem#839 - alt. fix for Ruby 2.6
0 commit comments