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

Incompatible with ruby-lsp version >= 0.13.4 and ruby-lsp-rails due to sorbet-runtime dependency #42

Open
HawkoftheDawn opened this issue Nov 14, 2024 · 2 comments

Comments

@HawkoftheDawn
Copy link

HawkoftheDawn commented 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 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.
@HawkoftheDawn
Copy link
Author

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 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 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
@HawkoftheDawn
Copy link
Author

ruby-lsp-rails requires sorbet-runtime >= 0.5.9897, so it does not have any version that will work with quarantine.

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

No branches or pull requests

1 participant