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

Relax ActiveRecord dependency #72

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

smathieu
Copy link

The current gemspec prevents an upgrade to the latest version of Rails.

@eric1234
Copy link

Attempting to use this on Rails 7.2 but looks like it depends on a gem called schema_plus_columns which also has a restricted dependency range so it still will not install.

@ronen
Copy link
Member

ronen commented Nov 20, 2023

Attempting to use this on Rails 7.2 but looks like it depends on a gem called schema_plus_columns which also has a restricted dependency range so it still will not install.

Yes, and schema_plus_columns in turn depends on schema_plus_core which is what really needs to be updated to Rails 7.2...

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.

3 participants