VBiosFinder icon indicating copy to clipboard operation
VBiosFinder copied to clipboard

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

Open kocoman1 opened this issue 3 years ago • 1 comments

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

kocoman1 avatar Nov 18 '21 13:11 kocoman1

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

wheelloader avatar Jan 13 '22 05:01 wheelloader