We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
asdf local ruby 3.1.2
gem install ruby-lsp
bundle install
ruby-lsp
bundler-multilock
I currently have a workaround cd .ruby-lsp; ln -s ../vendor vendor
cd .ruby-lsp; ln -s ../vendor vendor
The text was updated successfully, but these errors were encountered:
Thanks for the issue. Can you provide an example of what type of relative path in the Gemfile reproduces the issue?
Also, it seems to have some relationship with the BUNDLE_PATH. What do you have configured for Bundler and at what level (user or project setings)?
BUNDLE_PATH
Sorry, something went wrong.
This issue is being marked as stale because there was no activity in the last 2 months
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Description
Reproduction steps
asdf local ruby 3.1.2
gem install ruby-lsp
bundle install
ruby-lsp
bundler-multilock
, due to Bundler::Plugin::MalformattedPlugin (plugins.rbwas not found in the plugin.)`
I currently have a workaround
cd .ruby-lsp; ln -s ../vendor vendor
The text was updated successfully, but these errors were encountered: