chore: upgrade Ruby 3.3.4 → 4.0.5#1381
Merged
Merged
Conversation
Copilot
AI
changed the title
[WIP] Upgrade Ruby version from 3.3.4 to 4.0.5
chore: upgrade Ruby 3.3.4 → 4.0.5
Jul 13, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
Upgrades the repository’s Ruby runtime and linting target to Ruby 4.0.5.
Changes:
- Updates local and CI Ruby versions to 4.0.5.
- Updates RuboCop’s target to Ruby 4.0.
- Keeps all version references synchronized.
Show a summary per file
| File | Description |
|---|---|
.ruby-version |
Sets Ruby 4.0.5 locally. |
.rubocop.yml |
Targets Ruby 4.0 syntax. |
.github/workflows/test.yml |
Tests with Ruby 4.0.5. |
.github/workflows/deploy.yml |
Builds deployments with Ruby 4.0.5. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 4/4 changed files
- Comments generated: 0
- Review effort level: Medium
… for HTMLProofer v5
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.
Bumps all repository-controlled Ruby version references to Ruby 4.0.5, the current stable release.
Changes
.ruby-version—3.3.4→4.0.5.github/workflows/test.yml—ruby-version: 3.3.4→ruby-version: 4.0.5.github/workflows/deploy.yml—ruby-version: 3.3.4→ruby-version: 4.0.5.rubocop.yml—AllCops.TargetRubyVersion: 3.3→4.0spec/ci_ruby_version_spec.rbverifies all four stay in sync; it continues to pass.Gemfile.lockneeds no change — theGemfilecarries norubyconstraint, so the lockfile has noRUBY VERSIONsection.