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
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.
The text was updated successfully, but these errors were encountered:
In trying to upgrade from rails
7.2.2.1
to8.0.0.1
, I received this error messageThe text was updated successfully, but these errors were encountered: