Require >=Ruby32

This commit is contained in:
0x1eef 2024-06-20 19:03:47 -03:00
parent 17c7256ffa
commit fcd81a7b14
2 changed files with 2 additions and 2 deletions

View file

@ -6,7 +6,7 @@ runs:
- name: Setup Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.3
- name: Setup NodeJS
uses: actions/setup-node@v2
with:

View file

@ -13,7 +13,7 @@ a web server such as nginx, apache, etc.
The following languages and tools have to be
installed to build the website from source:
* Ruby 3.1 (or later)
* Ruby 3.2 (or later)
* NodeJS v18.15 (or later)
* [tidy-html5](https://github.com/htacg/tidy-html5)