Skip to content

Commit

Permalink
[Docs] Bump up ruby version to 2.7.3 (ToolJet#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
soorajshankar authored Jun 9, 2021
1 parent 69ca415 commit c138cb0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/docs/contributing-guide/setup/Mac OS.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Follow these steps to setup and run ToolJet on Mac OS. Open terminal and run the

### Install Ruby using RVM
```bash
$ rvm install ruby-2.7.2
$ rvm use 2.7.2
$ rvm install ruby-2.7.3
$ rvm use 2.7.3
```

### Install Node.js
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/contributing-guide/setup/ubuntu.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ Follow these steps to setup and run ToolJet on Ubuntu. Open terminal and run the

### Install Ruby using RVM
```bash
$ rvm install ruby-2.7.2
$ rvm use 2.7.2
$ rvm install ruby-2.7.3
$ rvm use 2.7.3
```

### Install Node.js
Expand Down

0 comments on commit c138cb0

Please sign in to comment.