Skip to content

Commit

Permalink
Merge pull request #59 from vault12/v3
Browse files Browse the repository at this point in the history
update dependencies for Zax Dashboard and more
  • Loading branch information
pavlo-liapin authored Sep 2, 2024
2 parents 63074de + f4e5e1c commit 0d8acd8
Show file tree
Hide file tree
Showing 5 changed files with 299 additions and 159 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [3.0.0] - 2024-09-02

- Upgraded to Ruby 3.2
- Enhanced documentation and streamlined setup instructions
- Transitioned to GitHub Actions for continuous integration (CI)
- Adopted the latest versions of Zax Dashboard and updated other dependencies

## [2.2.1] - 2017-11-29

- Switched to the new version of Zax Dashboard and update dependencies
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ GEM
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
mini_portile2 (2.8.6)
minitest (5.19.0)
minitest-reporters (1.6.1)
ansi
Expand All @@ -109,7 +109,7 @@ GEM
net-smtp (0.3.3)
net-protocol
nio4r (2.7.0)
nokogiri (1.16.2)
nokogiri (1.16.5)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
pry (0.14.2)
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,17 +85,17 @@ We suggest that you use the [Ruby Version Manager (RVM)](https://rvm.io/) to ins
If you don't already have RVM installed, install it from [here](https://rvm.io).

#### Ruby
Zax requires at least version 2.7.2 of [Ruby](https://www.ruby-lang.org/) and version 1.29.10 of RVM to run.
Zax requires at least version 3.2.0 of [Ruby](https://www.ruby-lang.org/) and version 1.29.10 of RVM to run.

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

```Shell
ruby -v
```

If you do not have version 2.7.2 or higher, then type the following in a terminal:
If you do not have version 3.2.0 or higher, then type the following in a terminal:
```Shell
rvm install 2.7.2
rvm install 3.2.0
```

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

# create the gemset
cd zax
rvm use ruby-2.7.2
rvm use ruby-3.2.0
rvm gemset create zax
rvm gemset use zax

Expand Down
Loading

0 comments on commit 0d8acd8

Please sign in to comment.