diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index dabe79954..a62cf825f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -3,7 +3,7 @@ stages: - lint tests: - image: "ruby:3.2.6" + image: "ruby:3.2.7" stage: test services: - postgres:13.16 @@ -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.2.6" + image: "ruby:3.2.7" stage: lint cache: key: consul diff --git a/.ruby-version b/.ruby-version index 34cde5690..406ebcbd9 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.6 +3.2.7 diff --git a/Dockerfile b/Dockerfile index da0292ffe..2dc304606 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:3.2.6-bookworm +FROM ruby:3.2.7-bookworm ENV DEBIAN_FRONTEND=noninteractive diff --git a/Gemfile.lock b/Gemfile.lock index e01514fb2..a7aee0274 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -814,7 +814,7 @@ DEPENDENCIES wkhtmltopdf-binary (~> 0.12.6) RUBY VERSION - ruby 3.2.6p234 + ruby 3.2.7p253 BUNDLED WITH 2.4.19 diff --git a/README.md b/README.md index 585ae197f..b59c8edb7 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**: For more detailed instructions, check the [local installation docs](docs/en/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. diff --git a/README_ES.md b/README_ES.md index a57566d7c..051d1db23 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**: para unas instrucciones más detalladas, consulta la [documentación de instalación local](docs/es/installation/local_installation.md). -Prerrequisitos: tener instalado git, Ruby 3.2.6, CMake, pkg-config, Node.js 18.20.3, ImageMagick y PostgreSQL (9.5 o superior). +Prerrequisitos: tener instalado git, Ruby 3.2.7, CMake, pkg-config, Node.js 18.20.3, ImageMagick y PostgreSQL (9.5 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 e3d5ad5c0..e991d1a38 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.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. diff --git a/docs/es/README.md b/docs/es/README.md index 54579c9ff..20fcffd48 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.2.6, CMake, pkg-config, Node.js 18.20.3, ImageMagick y PostgreSQL (9.5 o superior). +Prerrequisitos: tener instalado git, Ruby 3.2.7, CMake, pkg-config, Node.js 18.20.3, ImageMagick y PostgreSQL (9.5 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.