File tree 5 files changed +299
-159
lines changed
5 files changed +299
-159
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 3.0.0] - 2024-09-02
4
+
5
+ - Upgraded to Ruby 3.2
6
+ - Enhanced documentation and streamlined setup instructions
7
+ - Transitioned to GitHub Actions for continuous integration (CI)
8
+ - Adopted the latest versions of Zax Dashboard and updated other dependencies
9
+
3
10
## [ 2.2.1] - 2017-11-29
4
11
5
12
- Switched to the new version of Zax Dashboard and update dependencies
Original file line number Diff line number Diff line change 92
92
marcel (1.0.2 )
93
93
method_source (1.0.0 )
94
94
mini_mime (1.1.5 )
95
- mini_portile2 (2.8.5 )
95
+ mini_portile2 (2.8.6 )
96
96
minitest (5.19.0 )
97
97
minitest-reporters (1.6.1 )
98
98
ansi
109
109
net-smtp (0.3.3 )
110
110
net-protocol
111
111
nio4r (2.7.0 )
112
- nokogiri (1.16.2 )
112
+ nokogiri (1.16.5 )
113
113
mini_portile2 (~> 2.8.2 )
114
114
racc (~> 1.4 )
115
115
pry (0.14.2 )
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