Merged
Conversation
Signed-off-by: Daniel Azuma <dazuma@gmail.com>
There was a problem hiding this comment.
Pull request overview
This pull request updates the CI infrastructure to test against Ruby 4.0 and updates several development dependencies to their latest versions. The changes prepare the project for compatibility with the next major Ruby release while maintaining backward compatibility with Ruby 2.7+.
Changes:
- Updates all CI workflows to use Ruby 4.0 for testing and releases
- Updates development dependencies (minitest, rubocop, toys-core, yard) to newer versions
- Adds win32ole gem explicitly for Windows platforms to work around Ruby 4.0 compatibility issues
- Updates GitHub Actions checkout action from v4/v5 to v6
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Gemfile | Updates development dependencies and adds win32ole for Windows Ruby 4.0 compatibility |
| .toys/ci.rb | Adds --all flag to bundle update command |
| .toys/.toys.rb | Updates toys version requirements to match new dependencies |
| .rubocop.yml | Enables new Style/ModuleMemberExistenceCheck cop |
| .github/workflows/ci.yml | Updates test matrix to Ruby 4.0 and checkout action to v6 |
| .github/workflows/release-*.yml | Updates all release workflows to Ruby 4.0 and checkout action to v6 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
No description provided.