Skip to content

Allow bundle install --standalone to work with --local option #4445

@voxik

Description

@voxik

This is followup to rubygems/rfcs/issues/32. I am trying to use bundle install --standalone --local to reuse system installed packages, but it does not work:

$ gem list erubi

*** LOCAL GEMS ***

erubi (1.10.0)

$ bundle install --local 
Resolving dependencies...
Using bundler 2.2.3
Using erubi 1.10.0
Bundle complete! 1 Gemfile dependency, 2 gems now installed.
Use `bundle info [gemname]` to see where a bundled gem is installed.

$ bundle install --local --standalone
Could not find erubi-1.10.0 in any of the sources

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions