File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -85,17 +85,17 @@ We suggest that you use the [Ruby Version Manager (RVM)](https://rvm.io/) to ins
85
85
If you don't already have RVM installed, install it from [ here] ( https://rvm.io ) .
86
86
87
87
#### Ruby
88
- Zax requires at least version 2.7.2 of [ Ruby] ( https://www.ruby-lang.org/ ) and version 1.29.10 of RVM to run.
88
+ Zax requires at least version 3.2.0 of [ Ruby] ( https://www.ruby-lang.org/ ) and version 1.29.10 of RVM to run.
89
89
90
90
To check your Ruby version, type the following in a terminal:
91
91
92
92
``` Shell
93
93
ruby -v
94
94
```
95
95
96
- If you do not have version 2.7.2 or higher, then type the following in a terminal:
96
+ If you do not have version 3.2.0 or higher, then type the following in a terminal:
97
97
``` Shell
98
- rvm install 2.7.2
98
+ rvm install 3.2.0
99
99
```
100
100
101
101
#### Installation
@@ -107,7 +107,7 @@ git clone https://github.com/vault12/zax.git
107
107
108
108
# create the gemset
109
109
cd zax
110
- rvm use ruby-2.7.2
110
+ rvm use ruby-3.2.0
111
111
rvm gemset create zax
112
112
rvm gemset use zax
113
113
You can’t perform that action at this time.
0 commit comments