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

Incompatibility with rails >= 8.0.0.1 #396

Closed
juliekramercf opened this issue Feb 18, 2025 · 0 comments · Fixed by #397
Closed

Incompatibility with rails >= 8.0.0.1 #396

juliekramercf opened this issue Feb 18, 2025 · 0 comments · Fixed by #397

Comments

@juliekramercf
Copy link

In trying to upgrade from rails 7.2.2.1 to 8.0.0.1, I received this error message

Could not find compatible versions

Because rails >= 8.0.0.1, < 8.0.1 depends on activesupport = 8.0.0.1
  and rails >= 8.0.0, < 8.0.0.1 depends on activesupport = 8.0.0,
  rails >= 8.0.0, < 8.0.1 requires activesupport = 8.0.0 OR = 8.0.0.1.
And because rails >= 8.0.1 depends on activesupport = 8.0.1
  and every version of yuri-ita depends on activesupport ~> 7.0,
  every version of yuri-ita is incompatible with rails >= 8.0.0.
So, because Gemfile depends on rails ~> 8.0.0
  and Gemfile depends on yuri-ita >= 0,
  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