You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
@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
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?
The text was updated successfully, but these errors were encountered: