Open
Description
Description
Reproduction steps
- I was using ruby 3.1 at this time. (via asdf)
asdf local ruby 3.1.2
- I was using this project: Ameelio Canvas LMS
- Run
gem install ruby-lsp
- Run
bundle install
- Try
ruby-lsp
- See unexpected behavior:
bundler-multilock
, due to Bundler::Plugin::MalformattedPlugin (plugins.rb
was not found in the plugin.)`
I currently have a workaround cd .ruby-lsp; ln -s ../vendor vendor