Skip to content
New issue

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

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

Open
ahasunos opened this issue May 18, 2022 · 0 comments
Open

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

ahasunos opened this issue May 18, 2022 · 0 comments

Comments

@ahasunos
Copy link

ahasunos commented May 18, 2022

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/'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant