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
+4 -4
View File
@@ -33,16 +33,16 @@ Enable `Run command as a login shell` in terminal `Preferences`. Restart your co
### 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
```bash
rvm install ruby-2.6.5
rvm install ruby-2.7.0
```
Use ruby 2.6.5 as default
Use ruby 2.7.0 as default
```bash
rvm use 2.6.5 --default
rvm use 2.7.0 --default
```
### Install Node.js