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 Rails 7.2 support #562

Closed
andrewhampton opened this issue Aug 12, 2024 · 0 comments · Fixed by #563
Closed

Add Rails 7.2 support #562

andrewhampton opened this issue Aug 12, 2024 · 0 comments · Fixed by #563

Comments

@andrewhampton
Copy link
Contributor

After updating rails to 7.2.0 in my Gemfile, I receive this error:

❯ bundle
Fetching gem metadata from https://enterprise.contribsys.com/..
Fetching gem metadata from https://rubygems.org/........
Resolving dependencies...
Could not find compatible versions

Because paranoia >= 2.6.3 depends on activerecord >= 5.1, < 7.2
  and paranoia >= 2.5.0, < 2.6.3 depends on activerecord >= 5.1, < 7.1,
  paranoia >= 2.5.0 requires activerecord >= 5.1, < 7.2.
And because rails >= 7.2.0 depends on activerecord = 7.2.0,
  rails >= 7.2.0 is incompatible with paranoia >= 2.5.0.
So, because Gemfile depends on rails ~> 7.2.0
  and Gemfile depends on paranoia ~> 2.6,
  version solving has failed.
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 a pull request may close this issue.

1 participant