Upgrade Ruby to version 3.3.10

We're also updating the parser gem so we don't get any warnings.
This commit is contained in:
Javi Martín
2025-10-27 13:06:53 +01:00
parent cb85d5d401
commit f35916cbb9
9 changed files with 11 additions and 11 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.3.9, CMake, pkg-config, Node.js 20.19.5, ImageMagick and PostgreSQL (>=13).
Prerequisites: install git, Ruby 3.3.10, CMake, pkg-config, Node.js 20.19.5, ImageMagick and PostgreSQL (>=13).
**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.

View File

@@ -12,7 +12,7 @@ Puedes acceder a la página principal del proyecto en [http://consuldemocracy.or
**NOTA**: para unas instrucciones más detalladas, consulta la [documentación de instalación local](installation/local_installation.md).
Prerrequisitos: tener instalado git, Ruby 3.3.9, CMake, pkg-config, Node.js 20.19.5, ImageMagick y PostgreSQL (13 o superior).
Prerrequisitos: tener instalado git, Ruby 3.3.10, CMake, pkg-config, Node.js 20.19.5, ImageMagick y PostgreSQL (13 o superior).
**Nota**: Es posible que ejecutar `bin/setup`, como se indica a continuación, falle si has configurado un nombre de usuario y contraseña para PostgreSQL. Si es así, edita las líneas que contienen `username:` y `password:` (añadiendo tus credenciales) en el fichero `config/database.yml` y ejecuta `bin/setup` de nuevo.