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

Instead please use bundle config set --local path 'vendor/bundle', and stop using this flag #39

Open
kocoman1 opened this issue Nov 18, 2021 · 1 comment

Comments

@kocoman1
Copy link

bundle install --path=vendor/bundle
[DEPRECATED] The --path flag is deprecated because it relies on being remembered across bundler invocations, which bundler will no longer do in future versions. Instead please use bundle config set --local path 'vendor/bundle', and stop using this flag
Could not locate Gemfile

bundle install --local path 'vendor/bundle'
ERROR: "bundle install" was called with arguments ["path", "vendor/bundle"]
Usage: "bundle install [OPTIONS]"

how to fix? thx

@wheelloader
Copy link

Hi, just follow the instruction and you will pass that error.

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

2 participants