Skip to content

ruby_lsp fails to install bundled gems if the project Gemfile uses a relative path for the gem. #3227

Open
@therealjasonkenney

Description

@therealjasonkenney

Description

Reproduction steps

  1. I was using ruby 3.1 at this time. (via asdf) asdf local ruby 3.1.2
  2. I was using this project: Ameelio Canvas LMS
  3. Run gem install ruby-lsp
  4. Run bundle install
  5. Try ruby-lsp
  6. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workinghelp-wantedExtra attention is needednon-vscode

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions