Update installation.md
This commit is contained in:
parent
67e4bf37f3
commit
af062048c9
|
@ -185,10 +185,16 @@ RUBY_CONFIGURE_OPTS=--with-jemalloc rbenv install 2.5.3
|
|||
rbenv global 2.5.3
|
||||
```
|
||||
|
||||
Default gem version shipped with ruby_2.5.3 is incompatible with latest bundler, so we need to update gem:
|
||||
|
||||
```
|
||||
gem update --system
|
||||
```
|
||||
|
||||
We'll also need to install bundler:
|
||||
|
||||
```sh
|
||||
gem install bundler --no-ri --no-rdoc
|
||||
gem install bundler --no-document
|
||||
```
|
||||
|
||||
Return to the root user:
|
||||
|
|
Loading…
Reference in New Issue