diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index f2ecc0f05..245de9677 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: - lint tests: - image: "ruby:3.3.9" + image: "ruby:3.3.10" stage: test services: - postgres:14.19 @@ -38,7 +38,7 @@ tests: # PRONTO_GITLAB_API_PRIVATE_TOKEN to your repository CI/CD settings # giving it the value of the Personal Access Token linters: - image: "ruby:3.3.9" + image: "ruby:3.3.10" stage: lint cache: key: consul diff --git a/.ruby-version b/.ruby-version index 3b47f2e4f..5f6fc5edc 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.3.9 +3.3.10 diff --git a/Dockerfile b/Dockerfile index 5333ec17f..e832b003d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.3.9-bookworm +FROM ruby:3.3.10-bookworm ENV DEBIAN_FRONTEND=noninteractive diff --git a/Gemfile.lock b/Gemfile.lock index 748939353..2bdff0ea1 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -482,7 +482,7 @@ GEM parallel (1.27.0) paranoia (3.0.1) activerecord (>= 6, < 8.1) - parser (3.3.9.0) + parser (3.3.10.0) ast (~> 2.4.1) racc pdf-reader (2.14.1) @@ -902,7 +902,7 @@ DEPENDENCIES wkhtmltopdf-binary (~> 0.12.6) RUBY VERSION - ruby 3.3.9p170 + ruby 3.3.10p183 BUNDLED WITH 2.5.22 diff --git a/README.md b/README.md index 21dd459c8..1df7ca12f 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ You can access the main website of the project at [http://consuldemocracy.org](h **NOTE**: The installation process will vary depending on your operating system. Please make sure to follow the [Local Installation Guide](docs/en/installation/local_installation.md) appropriate for your OS. -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. diff --git a/README_ES.md b/README_ES.md index 34e68b20d..6131a775f 100644 --- a/README_ES.md +++ b/README_ES.md @@ -34,7 +34,7 @@ Puedes acceder a la página principal del proyecto en [http://consuldemocracy.or **NOTA**: El proceso de instalación varía según el sistema operativo. Por favor, consulta la [documentación de instalación local](docs/es/installation/local_installation.md) apropiada para tu SO. -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. diff --git a/docs/en/README.md b/docs/en/README.md index b1d011806..61b4dc182 100644 --- a/docs/en/README.md +++ b/docs/en/README.md @@ -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. diff --git a/docs/es/README.md b/docs/es/README.md index ef5b63281..c20fb9aa0 100644 --- a/docs/es/README.md +++ b/docs/es/README.md @@ -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. diff --git a/publiccode.yml b/publiccode.yml index e70b05b04..17aff316c 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -115,7 +115,7 @@ localisation: dependsOn: open: - name: Ruby - version: "3.3.9" + version: "3.3.10" - name: Rails version: "7.1.5.2" - name: Node.js