Skip to content

Commit 0d8acd8

Browse files
authored
Merge pull request #59 from vault12/v3
update dependencies for Zax Dashboard and more
2 parents 63074de + f4e5e1c commit 0d8acd8

File tree

5 files changed

+299
-159
lines changed

5 files changed

+299
-159
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [2.2.1] - 2017-11-29
411

512
- Switched to the new version of Zax Dashboard and update dependencies

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ GEM
9292
marcel (1.0.2)
9393
method_source (1.0.0)
9494
mini_mime (1.1.5)
95-
mini_portile2 (2.8.5)
95+
mini_portile2 (2.8.6)
9696
minitest (5.19.0)
9797
minitest-reporters (1.6.1)
9898
ansi
@@ -109,7 +109,7 @@ GEM
109109
net-smtp (0.3.3)
110110
net-protocol
111111
nio4r (2.7.0)
112-
nokogiri (1.16.2)
112+
nokogiri (1.16.5)
113113
mini_portile2 (~> 2.8.2)
114114
racc (~> 1.4)
115115
pry (0.14.2)

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -85,17 +85,17 @@ We suggest that you use the [Ruby Version Manager (RVM)](https://rvm.io/) to ins
8585
If you don't already have RVM installed, install it from [here](https://rvm.io).
8686

8787
#### 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.
8989

9090
To check your Ruby version, type the following in a terminal:
9191

9292
```Shell
9393
ruby -v
9494
```
9595

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:
9797
```Shell
98-
rvm install 2.7.2
98+
rvm install 3.2.0
9999
```
100100

101101
#### Installation
@@ -107,7 +107,7 @@ git clone https://github.com/vault12/zax.git
107107

108108
# create the gemset
109109
cd zax
110-
rvm use ruby-2.7.2
110+
rvm use ruby-3.2.0
111111
rvm gemset create zax
112112
rvm gemset use zax
113113

0 commit comments

Comments
 (0)