[docs][NFC] Don't rely on deprecated flag to silence warning. (#6164)

This commit is contained in:
jonathanmetzman 2021-08-04 08:19:11 -07:00 committed by GitHub
parent 6ed36ae884
commit 2555c3cd36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ Use the following instructions to make documentation changes locally.
## Prerequisites
```bash
$ sudo apt install ruby bundler
$ bundle install --path vendor/bundle
$ bundle config set path 'vendor/bundle'
$ bundle install
```
## Serving locally