-
Notifications
You must be signed in to change notification settings - Fork 44
Bump ruby to 4.0.1 #873
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump ruby to 4.0.1 #873
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This pull request attempts to upgrade Ruby from version 3.4.7 to 4.0.1, however it contains critical issues as Ruby 4.0.1 does not exist. The changes update version specifications across multiple files and regenerate the Gemfile.lock with updated dependencies.
Changes:
- Update Ruby version specification in Dockerfile, .ruby-version, and indirectly through Gemfile.lock
- Update various Ruby gem dependencies (bigdecimal, ffi, google-protobuf, http_parser.rb, i18n, listen, public_suffix, rouge, sass-embedded)
- Update Bundler version to 4.0.3
- Remove platform-specific gem entries from Gemfile.lock
Reviewed changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| Dockerfile | Updates Ruby base image from 3.4.7 to non-existent version 4.0.1 |
| .ruby-version | Changes Ruby version specification from 3.4.7 to non-existent version 4.0.1 |
| Gemfile.lock | Regenerates lock file with updated gem versions including bigdecimal 4.0.1 and non-existent Bundler version 4.0.3 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
FMGustafsson
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
No description provided.