ci: Bump runner to ubuntu-24.04 for Ruby 3.2#323
Merged
Merged
Conversation
The distro Ruby on 22.04 is 3.0, which blocks dependency bumps that now require Ruby >= 3.2 (e.g. activesupport, addressable). 24.04 ships 3.2.
Otherwise a runner/Ruby bump restores a gem cache built for the old Ruby, whose native extensions and binstubs are incompatible.
Bumps nokogiri, activesupport, addressable, rexml, and jekyll/liquid so the lockfile resolves and builds on Ruby 3.2+. Folds in the pending Dependabot security bumps (#315, #317, #318), which could not resolve under the old Ruby 3.0. liquid 4.0.3 also called String#tainted?, removed in Ruby 3.2, so jekyll 4.2.0 is bumped to 4.4.1 (liquid 4.0.4).
This was referenced Jun 13, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The CI build job installs the distro
ruby-bundler, which onubuntu-22.04is Ruby 3.0. Several pending Dependabot bumps now pull in transitive deps that
require Ruby >= 3.2:
connection_pool 3.0.2(Ruby >= 3.2) — build(deps): bump activesupport from 6.1.4 to 7.2.3.1 #315public_suffix 7.0.5(Ruby >= 3.2) — build(deps): bump addressable from 2.8.0 to 2.9.0 #317ubuntu-24.04ships Ruby 3.2, unblocking those without adding a separateRuby-setup action. Once this lands I'll
@dependabot recreate#315/#317 (and#318, whose nokogiri 1.19.3 was yanked) so they re-resolve against 3.2.
🤖 Generated with Claude Code