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 #73

Open
JanekNaymspace opened this issue Oct 12, 2024 · 3 comments
Open

Add support for Rails 7.2 #73

JanekNaymspace opened this issue Oct 12, 2024 · 3 comments

Comments

@JanekNaymspace
Copy link

The newer versions contain

gem.add_dependency 'activerecord', '>= 5.2', '< 7.1'

inside gemspec file. With Rails 7.2 those versions are not installable because of this restriction.

Could you please add a Rails 7.2 support?

@rvila
Copy link

rvila commented Feb 26, 2025

Have you tried forking and changing the dependency? Do it allows you to use the gem without issues? I'm upgrading an app from Rails 6.1 to 7.2 and facing the same probolem.

@urkle
Copy link
Member

urkle commented Feb 28, 2025

@rvila there is work that needs to be done on some of the core gems due to changes in ActiveRecord for rails 7.2. I'll review PRs if you submit some. Start with schema_dev and schema_plus_core then we should be able to bump validations

@JanekNaymspace
Copy link
Author

There is already one: #72

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

No branches or pull requests

3 participants