Skip to content

Commit 1d31af1

Browse files
committed
chore: bump version to ruby 3.4.8
1 parent ef873d9 commit 1d31af1

18 files changed

Lines changed: 25 additions & 25 deletions

.github/workflows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ new-feature-test:
250250
- name: Setup Ruby
251251
uses: ruby/setup-ruby@v1
252252
with:
253-
ruby-version: 3.4.9
253+
ruby-version: 3.4.8
254254
bundler-cache: true
255255
- name: Setup Database
256256
run: bundle exec rails db:migrate RAILS_ENV=test

.github/workflows/deploy-production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: Set up Ruby
9393
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1
9494
with:
95-
ruby-version: 3.4.9
95+
ruby-version: 3.4.8
9696
bundler-cache: true
9797

9898
- name: Install dependencies

.github/workflows/deploy-staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
- name: Set up Ruby
5252
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1
5353
with:
54-
ruby-version: 3.4.9
54+
ruby-version: 3.4.8
5555
bundler-cache: true
5656

5757
- name: Install dependencies

.github/workflows/nightly-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Ruby
4848
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1
4949
with:
50-
ruby-version: 3.4.9
50+
ruby-version: 3.4.8
5151
bundler-cache: true
5252

5353
- name: Setup Database

.github/workflows/security-scan.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Ruby
2525
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1
2626
with:
27-
ruby-version: 3.4.9
27+
ruby-version: 3.4.8
2828
bundler-cache: true
2929

3030
- name: Run Brakeman
@@ -86,7 +86,7 @@ jobs:
8686
- name: Set up Ruby
8787
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1
8888
with:
89-
ruby-version: 3.4.9
89+
ruby-version: 3.4.8
9090
bundler-cache: true
9191

9292
- name: Update Vulnerability Database
@@ -274,7 +274,7 @@ jobs:
274274
- name: Set up Ruby
275275
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1
276276
with:
277-
ruby-version: 3.4.9
277+
ruby-version: 3.4.8
278278
bundler-cache: true
279279

280280
- name: Setup Database
@@ -339,7 +339,7 @@ jobs:
339339
- name: Set up Ruby
340340
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1
341341
with:
342-
ruby-version: 3.4.9
342+
ruby-version: 3.4.8
343343
bundler-cache: true
344344

345345
- name: Setup Database
@@ -397,7 +397,7 @@ jobs:
397397
- name: Set up Ruby
398398
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1
399399
with:
400-
ruby-version: 3.4.9
400+
ruby-version: 3.4.8
401401
bundler-cache: true
402402

403403
- name: Setup Database

.github/workflows/update-architecture-diagram.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up Ruby
4040
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1
4141
with:
42-
ruby-version: '3.4.9'
42+
ruby-version: '3.4.8'
4343
bundler-cache: true
4444

4545
- name: Install dependencies

.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# RuboCop Configuration for ProStaff API
2-
# Ruby on Rails 7.2+ API with Ruby 3.4.9
2+
# Ruby on Rails 7.2+ API with Ruby 3.4.8
33
#
44
# This configuration balances code quality with pragmatic Rails development.
55
# Generated: 2025-10-23

.snyk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# reason: <why it's not applicable>
1111
# expires: '<ISO 8601 date>'
1212
#
13-
# Base image: ruby:3.4.9-slim (Debian Bookworm)
13+
# Base image: ruby:3.4.8-slim (Debian Bookworm)
1414
#
1515
# How to add an entry:
1616
# 1. A CVE appears in the GitHub Security tab after a Snyk scan

DOCS/deployment/DEPLOYMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ A aplicacao roda via **Coolify** (self-hosted PaaS) com **Traefik** como reverse
2525

2626
| Componente | Tecnologia | Versao |
2727
|---------------|--------------------------|------------|
28-
| Runtime | Ruby | 3.4.9 |
28+
| Runtime | Ruby | 3.4.8 |
2929
| Framework | Rails | 7.2 |
3030
| Servidor web | Puma | ~> 6.0 |
3131
| Banco de dados| PostgreSQL | 15+ |

DOCS/deployment/DEPLOYMENT_SETUP_COMPLETE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Rede interna (coolify):
3636

3737
### Docker
3838

39-
- `Dockerfile.production` - Build multi-stage (`ruby:3.4.9-slim`)
39+
- `Dockerfile.production` - Build multi-stage (`ruby:3.4.8-slim`)
4040
- Stage `build`: instala dependencias, compila bootsnap
4141
- Stage final: copia gems e app, cria usuario `rails` (uid 1000), healthcheck no `/up`
4242
- `docker-compose.production.yml` - Servicos de producao na rede `coolify`

0 commit comments

Comments
 (0)