Upgrade Ruby to version 3.2.5

So get the latest fixes in the 3.2.x series.

We're also updating the parser gem so we don't get any warnings.
This commit is contained in:
Javi Martín
2024-08-02 13:14:44 +02:00
parent 888d1c9fad
commit 497c542082
8 changed files with 9 additions and 9 deletions

View File

@@ -12,7 +12,7 @@ You can access the main website of the project at [http://consuldemocracy.org](h
**NOTE**: For more detailed instructions, check the [local installation docs](installation/local_installation.md).
Prerequisites: install git, Ruby 3.2.4, CMake, pkg-config, Node.js 18.20.3, ImageMagick and PostgreSQL (>=9.5).
Prerequisites: install git, Ruby 3.2.5, CMake, pkg-config, Node.js 18.20.3, ImageMagick and PostgreSQL (>=9.5).
**Note**: The `bin/setup` command below might fail if you've configured a username and password for PostgreSQL. If that's the case, edit the lines containing `username:` and `password:` (adding your credentials) in the `config/database.yml` file and run `bin/setup` again.