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

Version incompatibility with Rails 8 #257

Open
pdobb opened this issue Nov 8, 2024 · 0 comments · May be fixed by #258
Open

Version incompatibility with Rails 8 #257

pdobb opened this issue Nov 8, 2024 · 0 comments · May be fixed by #258

Comments

@pdobb
Copy link

pdobb commented Nov 8, 2024

I cannot update to yesterday's official release of Rails 8.0.0 due to minitest-rails's version requirements. Note: Rails 8.0.0.rc2 worked fine, but not Rails 8.0.0.

$ bin/rails test
Could not find compatible versions

Because every version of minitest-rails depends on railties >= 7.1.0, < 8.0.0
  and rails >= 8.0.0 depends on railties = 8.0.0,
  every version of minitest-rails is incompatible with rails >= 8.0.0.
So, because Gemfile depends on rails ~> 8.0.0
  and Gemfile depends on minitest-rails >= 0,
  version solving has failed.
pdobb pushed a commit to pdobb/minesweeper_alliance that referenced this issue Nov 8, 2024
I tried to update to the official release of Rails 8.0.0, but failed
with version conflicts in minitest-rails. See:
minitest/minitest-rails#257
pdobb pushed a commit to pdobb/minesweeper_alliance that referenced this issue Nov 8, 2024
I tried to update to the official release of Rails 8.0.0, but failed
with version conflicts in minitest-rails. See:
minitest/minitest-rails#257
@bquorning bquorning linked a pull request Nov 11, 2024 that will close this issue
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