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
If someone wants to use both gems, they will have to use an older version of ruby-lsp (0.13.3 appears to satisfy the dependency, at least). If they want to use a newer version of ruby-lsp, they will have to drop quarantine.
From Bundler:
Because quarantine >= 2.0.0 depends on sorbet-runtime = 0.5.6338
and ruby-lsp >= 0.13.4 depends on sorbet-runtime >= 0.5.10782,
quarantine >= 2.0.0 is incompatible with ruby-lsp >= 0.13.4.
So, because Gemfile depends on quarantine ~> 2.2.2
and Gemfile depends on ruby-lsp >= 0.13.4,
version solving has failed.
The text was updated successfully, but these errors were encountered:
It appears that quarantine is not actively maintained, but I wanted to post this at least for visibility in case others run into it.
HawkoftheDawn
changed the title
Incompatible with ruby-lsp version 0.13.4 and later due to sorbet-runtime dependency
Incompatible with ruby-lsp due to sorbet-runtime dependency
Nov 14, 2024
HawkoftheDawn
changed the title
Incompatible with ruby-lsp due to sorbet-runtime dependency
Incompatible with ruby-lsp version >= 0.13.4 and ruby-lsp-rails due to sorbet-runtime dependency
Nov 14, 2024
If someone wants to use both gems, they will have to use an older version of
ruby-lsp
(0.13.3 appears to satisfy the dependency, at least). If they want to use a newer version ofruby-lsp
, they will have to dropquarantine
.From Bundler:
The text was updated successfully, but these errors were encountered: