Non-deprecated `vendor/bundle` path configuration (#8048)

Merge pull request 8048
This commit is contained in:
Riccardo Porreca 2020-03-07 17:40:24 +01:00 committed by GitHub
parent 422470dc6e
commit 3e182ef25e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ other gems on your system. If you skip this step, Bundler will install your
dependencies globally on your system.
```sh
bundle install --path vendor/bundle
bundle config set path 'vendor/bundle'
```
<div class="note info">