Chore: Update ruby and rails versions (#831)

This commit is contained in:
Sojan Jose
2020-05-08 12:13:23 +05:30
committed by GitHub
parent 628e0c8423
commit 05ea6308f2
15 changed files with 107 additions and 107 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.7.0
Chatwoot APIs are built on Ruby on Rails, you need install ruby 2.7.1
If you are using `rvm` :
```bash
rvm install ruby-2.7.0
rvm use 2.7.0
rvm install ruby-2.7.1
rvm use 2.7.1
```
If you are using `rbenv` to manage ruby versions do :
```bash
rbenv install 2.7.0
rbenv install 2.7.1
```
`rbenv` identifies the ruby version from `.ruby-version` file on the root of the project and loads it automatically.