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
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.
The text was updated successfully, but these errors were encountered:
pdobb
pushed a commit
to pdobb/minesweeper_alliance
that referenced
this issue
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.
The text was updated successfully, but these errors were encountered: