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
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?
The text was updated successfully, but these errors were encountered:
Hi,
When I try to update my app to Rails 7.2.x I get this error:
Is there an update?
The text was updated successfully, but these errors were encountered: