Merge pull request #5915 from consuldemocracy/ruby3.3
Upgrade Ruby to version 3.3.8
This commit is contained in:
@@ -3,7 +3,7 @@ stages:
|
|||||||
- lint
|
- lint
|
||||||
|
|
||||||
tests:
|
tests:
|
||||||
image: "ruby:3.2.8"
|
image: "ruby:3.3.8"
|
||||||
stage: test
|
stage: test
|
||||||
services:
|
services:
|
||||||
- postgres:13.16
|
- postgres:13.16
|
||||||
@@ -38,7 +38,7 @@ tests:
|
|||||||
# PRONTO_GITLAB_API_PRIVATE_TOKEN to your repository CI/CD settings
|
# PRONTO_GITLAB_API_PRIVATE_TOKEN to your repository CI/CD settings
|
||||||
# giving it the value of the Personal Access Token
|
# giving it the value of the Personal Access Token
|
||||||
linters:
|
linters:
|
||||||
image: "ruby:3.2.8"
|
image: "ruby:3.3.8"
|
||||||
stage: lint
|
stage: lint
|
||||||
cache:
|
cache:
|
||||||
key: consul
|
key: consul
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
3.2.8
|
3.3.8
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
FROM ruby:3.2.8-bookworm
|
FROM ruby:3.3.8-bookworm
|
||||||
|
|
||||||
ENV DEBIAN_FRONTEND=noninteractive
|
ENV DEBIAN_FRONTEND=noninteractive
|
||||||
|
|
||||||
|
|||||||
@@ -446,7 +446,7 @@ GEM
|
|||||||
parallel (1.26.3)
|
parallel (1.26.3)
|
||||||
paranoia (3.0.0)
|
paranoia (3.0.0)
|
||||||
activerecord (>= 6, < 8.1)
|
activerecord (>= 6, < 8.1)
|
||||||
parser (3.3.7.4)
|
parser (3.3.8.0)
|
||||||
ast (~> 2.4.1)
|
ast (~> 2.4.1)
|
||||||
racc
|
racc
|
||||||
pdf-reader (2.14.1)
|
pdf-reader (2.14.1)
|
||||||
@@ -838,7 +838,7 @@ DEPENDENCIES
|
|||||||
wkhtmltopdf-binary (~> 0.12.6)
|
wkhtmltopdf-binary (~> 0.12.6)
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 3.2.8p263
|
ruby 3.3.8p144
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.4.19
|
2.5.22
|
||||||
|
|||||||
@@ -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).
|
**NOTE**: For more detailed instructions, check the [local installation docs](docs/en/installation/local_installation.md).
|
||||||
|
|
||||||
Prerequisites: install git, Ruby 3.2.8, CMake, pkg-config, Node.js 18.20.3, ImageMagick and PostgreSQL (>=9.5).
|
Prerequisites: install git, Ruby 3.3.8, 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.
|
**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.
|
||||||
|
|
||||||
|
|||||||
@@ -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).
|
**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.8, CMake, pkg-config, Node.js 18.20.3, ImageMagick y PostgreSQL (9.5 o superior).
|
Prerrequisitos: tener instalado git, Ruby 3.3.8, 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.
|
**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.
|
||||||
|
|
||||||
|
|||||||
@@ -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).
|
**NOTE**: For more detailed instructions, check the [local installation docs](installation/local_installation.md).
|
||||||
|
|
||||||
Prerequisites: install git, Ruby 3.2.8, CMake, pkg-config, Node.js 18.20.3, ImageMagick and PostgreSQL (>=9.5).
|
Prerequisites: install git, Ruby 3.3.8, 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.
|
**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.
|
||||||
|
|
||||||
|
|||||||
@@ -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).
|
**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.8, CMake, pkg-config, Node.js 18.20.3, ImageMagick y PostgreSQL (9.5 o superior).
|
Prerrequisitos: tener instalado git, Ruby 3.3.8, 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.
|
**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.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user