Non-deprecated `vendor/bundle` path configuration (#8048)
Merge pull request 8048
This commit is contained in:
parent
422470dc6e
commit
3e182ef25e
|
@ -41,7 +41,7 @@ other gems on your system. If you skip this step, Bundler will install your
|
||||||
dependencies globally on your system.
|
dependencies globally on your system.
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
bundle install --path vendor/bundle
|
bundle config set path 'vendor/bundle'
|
||||||
```
|
```
|
||||||
|
|
||||||
<div class="note info">
|
<div class="note info">
|
||||||
|
|
Loading…
Reference in New Issue