Upgrade Ruby to version 3.2.7

This commit is contained in:
taitus
2025-02-14 14:50:57 +01:00
parent 3c06997b08
commit 352f702947
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.6, CMake, pkg-config, Node.js 18.20.3, ImageMagick and PostgreSQL (>=9.5).
Prerequisites: install git, Ruby 3.2.7, 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.