diff --git a/.github/actions/prepare-env/action.yml b/.github/actions/prepare-env/action.yml index b01b5dc..0072486 100644 --- a/.github/actions/prepare-env/action.yml +++ b/.github/actions/prepare-env/action.yml @@ -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: diff --git a/README.md b/README.md index 3c29a88..7e52e3d 100644 --- a/README.md +++ b/README.md @@ -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)