Closed jjochen closed 4 years ago
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 path 'vendor/bundle', and stop using this flag
--path
bundle config set path 'vendor/bundle'
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 usebundle config set path 'vendor/bundle'
, and stop using this flag