Chore: Bump ruby version to 2.7.0 in docs (#744)

This commit is contained in:
Vishnu Narayanan
2020-04-19 23:41:16 +05:30
committed by GitHub
parent 941fbb0d72
commit 5736f687e8
3 changed files with 11 additions and 11 deletions

View File

@@ -37,19 +37,19 @@ source ~/.rvm/scripts/rvm
### Install Ruby
Chatwoot APIs are built on Ruby on Rails, you need install ruby 2.6.5
Chatwoot APIs are built on Ruby on Rails, you need install ruby 2.7.0
If you are using `rvm` :
```bash
rvm install ruby-2.6.5
rvm use 2.6.5
rvm install ruby-2.7.0
rvm use 2.7.0
```
If you are using `rbenv` to manage ruby versions do :
```bash
rbenv install 2.6.5
rbenv install 2.7.0
```
`rbenv` identifies the ruby version from `.ruby-version` file on the root of the project and loads it automatically.