Upgrade ruby and rails - #1
Merged
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR upgrades the application’s runtime and framework versions (Ruby/Rails) and refreshes the dependency lockfile to match, along with updating version pins used by local tooling/docs.
Changes:
- Bump Ruby from 3.3.6 to 4.0.1 across
.ruby-version,.tools-versions, and docs. - Bump Rails from 7.x to 8.1.3 and update
Gemfile.lockaccordingly (including related gem upgrades/removals). - Remove the nested
room_ticketsresource route underrooms(leaving the explicitsend_email_for_tdx_ticketroute in place).
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| README.md | Updates displayed Ruby/Rails version badges. |
| Gemfile.lock | Updates locked gem set to match Ruby/Rails upgrades (and related dependency changes). |
| Gemfile | Updates Ruby/Rails requirements; adjusts app gem dependencies (e.g., image_processing, adds csv, comments out annotate). |
| config/routes.rb | Removes nested room_tickets resources line under rooms. |
| config/application.rb | Removes explicit require "csv" during boot. |
| .tools-versions | Updates Ruby tool version pin to 4.0.1. |
| .ruby-version | Updates Ruby version pin to 4.0.1. |
💡 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.