Skip to content
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

Add support for Rails 7.2 #563

Merged
merged 2 commits into from
Aug 13, 2024
Merged

Add support for Rails 7.2 #563

merged 2 commits into from
Aug 13, 2024

Conversation

andrewhampton
Copy link
Contributor

@andrewhampton andrewhampton commented Aug 12, 2024

This adds support for Rails 7.2.

Everything is pretty straightforward with the exception of the required version of sqlite3. I see the SQLITE_VERSION env var can be used to specify a specific version of sqlite3, so maybe I should use that for testing rails 7.2?

closes #562

v2.6.4 doesn't actually support Rails 7.2, so drop this item from the
changelog.
@andrewhampton andrewhampton mentioned this pull request Aug 12, 2024
@radar
Copy link
Collaborator

radar commented Aug 13, 2024

Checks all passing. Thank you @andrewhampton.

@radar radar merged commit 9790ee1 into rubysherpas:core Aug 13, 2024
27 checks passed
@@ -2,8 +2,6 @@

## 2.6.4 - July 20, 2024

Add support for [Rails 7.2](https://github.com/rails/rails/releases/tag/v7.2.0)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

the 3 PRs listed below was about supporting changes in 7.2, thus that title here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, 2.6.4 didn't actually support 7.2. That combined with seeing this comment made me think this line was added by mistake. So I removed it as part of this PR.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make sense, I should have been more clear about it. I could not bump the version until it was officially released. but those were preliminary fix that was shown to be required for those using the pre-release.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Rails 7.2 support
3 participants