Upgrade Ruby to version 3.0.6

Note the structure of the Gemfile changes slightly because Ruby 3.0
includes a new version of the Bundler gem.
This commit is contained in:
Javi Martín
2022-09-10 00:16:37 +02:00
parent 4d11d8a395
commit 6c8445e3d7
6 changed files with 13 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ stages:
- lint
tests:
image: "ruby:2.7.7"
image: "ruby:3.0.6"
stage: test
services:
- postgres:10.10
@@ -34,7 +34,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:2.7.7"
image: "ruby:3.0.6"
stage: lint
cache:
key: consul