Use bundle config instead of deprecated --path

Closes #60
pull/66/head
Andre Richter 4 years ago committed by Andre Richter
parent ba6a514bf0
commit 44beff8bc5
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -91,7 +91,8 @@ other Unix flavors such as **macOS**, but this is only _experimental_.
```bash
sudo gem install bundler
bundle install --path .vendor/bundle
bundle config set path '.vendor/bundle'
bundle install
```
[docker group]: https://docs.docker.com/engine/install/linux-postinstall/

Loading…
Cancel
Save