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

Rails 7.2 support #485

Closed
rctneil opened this issue Aug 25, 2024 · 3 comments
Closed

Rails 7.2 support #485

rctneil opened this issue Aug 25, 2024 · 3 comments

Comments

@rctneil
Copy link

rctneil commented Aug 25, 2024

Hi,

When I try to update my app to Rails 7.2.x I get this error:

Could not find compatible versions

Because awesome_nested_set >= 3.6.0 depends on activerecord >= 4.0.0, < 7.2
  and rails >= 7.2.1 depends on activerecord = 7.2.1,
  awesome_nested_set >= 3.6.0 is incompatible with rails >= 7.2.1.
So, because Gemfile depends on rails ~> 7.2.1
  and Gemfile depends on awesome_nested_set ~> 3.6.0,
  version solving has failed.

Is there an update?

@rctneil
Copy link
Author

rctneil commented Aug 25, 2024

@collectiveidea Is this gem dead?

@AhmedAliIbrahim
Copy link
Contributor

There's an open Pull request, you can help fixing the failed tests

@danielmorrison
Copy link
Member

Yeah, see #484. I was hoping that PR would get passing without my input, but I'll probably have time to help personally this week.

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