Chore: Update ruby and rails versions (#831)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user