Conversation
There was a problem hiding this comment.
Pull request overview
Updates the project’s Ruby patch version to align local tooling and container builds, with the lockfile refreshed accordingly.
Changes:
- Bump Ruby from 3.4.7 to 3.4.8 in
.ruby-versionand both Docker build configurations. - Refresh
Gemfile.lockto include the resolvedffiruby-platform gem and bumpunicode-emojito 4.2.0.
Reviewed changes
Copilot reviewed 3 out of 4 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
saas/Dockerfile |
Updates RUBY_VERSION build arg to 3.4.8 for the SaaS image. |
Dockerfile |
Updates RUBY_VERSION build arg to 3.4.8 for the main production image. |
.ruby-version |
Sets the repo’s Ruby version to 3.4.8. |
Gemfile.lock |
Lockfile refresh: adds ruby-platform ffi (1.17.2) entry and bumps unicode-emoji to 4.2.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
0ef2bd6 to
af49e20
Compare
af49e20 to
572305b
Compare
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 3 out of 5 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
You can also share your feedback on Copilot code review. Take the survey.
|
Hi @northeastprince Thanks for opening this, However, I would prefer to keep Ruby version bumps distinct from dependency version bumps whenever possible. I'll break this out into a separate pull request. |
No description provided.