chore: bump ruby from 2.7.1 to 2.7.2 (#1426)

Closes:  #1399
This commit is contained in:
Adam Zysko
2020-11-20 11:08:13 +01:00
committed by GitHub
parent 29bd05ccfb
commit 61d26f71c1
13 changed files with 27 additions and 28 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.1
Chatwoot APIs are built on Ruby on Rails, you need install ruby 2.7.2
If you are using `rvm` :
```bash
rvm install ruby-2.7.1
rvm use 2.7.1
rvm install ruby-2.7.2
rvm use 2.7.2
```
If you are using `rbenv` to manage ruby versions do :
```bash
rbenv install 2.7.1
rbenv install 2.7.2
```
`rbenv` identifies the ruby version from `.ruby-version` file on the root of the project and loads it automatically.