-
Notifications
You must be signed in to change notification settings - Fork 289
aling rails versions #898
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
aling rails versions #898
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughThe PR updates Rails version support by removing end-of-life versions (7.0 and 7.1), retaining Rails 7.2 and 8.0 support, and adding Rails 8.1. It updates the GitHub Actions CI matrix, Appraisal gemfiles, and documentation to reflect the new supported versions with aligned Ruby versions (3.2, 3.3, and 3.4 respectively). Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes
Possibly related PRs
Suggested reviewers
Poem
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (8)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 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.
Pull Request Overview
This PR updates Rails version support by removing EOL versions (7.0 and 7.1) and adding support for Rails 8.1. The changes standardize gemfile quote styles and update the test matrix accordingly.
- Remove Rails 7.0 and 7.1 support (EOL versions)
- Add Rails 8.1 support in Appraisals and gemfiles
- Standardize quote style in gemfiles from single to double quotes
Reviewed Changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| Appraisals | Removes Rails 7.0 and 7.1 appraisals, adds Rails 8.1 appraisal |
| gemfiles/rails_8_1.gemfile | Adds new gemfile for Rails 8.1 testing |
| gemfiles/rails_8_0.gemfile | Updates quote style from single to double quotes |
| gemfiles/rails_7_2.gemfile | Updates quote style from single to double quotes |
| gemfiles/rails_7_1.gemfile | Removes gemfile for EOL Rails 7.1 |
| gemfiles/rails_7_0.gemfile | Removes gemfile for EOL Rails 7.0 |
| CHANGELOG.md | Documents breaking change and supported Rails versions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary by CodeRabbit
Breaking Changes
New Features
Chores