build: upgrade Ruby toolchain to 4.0.5 and align jekyll to ~> 4.4 #62
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "build/ruby-4.0.5"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Upgrade the Ruby toolchain from 3.3.11 to 4.0.5 to move onto a current,
supported runtime and pick up its performance and security fixes. The bump
touches
.ruby-versionand the Dockerfile build ARG so local and containerbuilds stay in lockstep, and loosens the jekyll constraint in the Gemfile from
~> 4.3to~> 4.4to match the 4.4.1 release already locked in the lockfile;no other gems change. Version references in
README.md,docs/architecture.md, anddocs/deploy.mdare updated to match so the docsdon't drift from the actual toolchain. The site build was verified locally
against the new toolchain.