Skip to content

ci: Bump runner to ubuntu-24.04 for Ruby 3.2#323

Merged
oleavr merged 3 commits into
mainfrom
ci-ruby-3.2
Jun 13, 2026
Merged

ci: Bump runner to ubuntu-24.04 for Ruby 3.2#323
oleavr merged 3 commits into
mainfrom
ci-ruby-3.2

Conversation

@oleavr

@oleavr oleavr commented Jun 13, 2026

Copy link
Copy Markdown
Member

The CI build job installs the distro ruby-bundler, which on ubuntu-22.04
is Ruby 3.0. Several pending Dependabot bumps now pull in transitive deps that
require Ruby >= 3.2:

ubuntu-24.04 ships Ruby 3.2, unblocking those without adding a separate
Ruby-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

@oleavr oleavr closed this Jun 13, 2026
@oleavr oleavr reopened this Jun 13, 2026
oleavr added 2 commits June 13, 2026 14:50
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).
@oleavr oleavr merged commit 556cb71 into main Jun 13, 2026
2 checks passed
@oleavr oleavr deleted the ci-ruby-3.2 branch June 13, 2026 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant