Skip to content

Deprecation Warning: The --path flag is deprecated for Bundler #25

Description

@ahasunos

Description

The --path flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions.

Relevant Link

bundle install --path vendor/bundle/ &&\

Possible solution

bundle config set --local path 'vendor/bundle/'
or
bundle config set --global path 'vendor/bundle/'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions