From dc5600614092468db0d29330e2ba3f233b662b4e Mon Sep 17 00:00:00 2001 From: Matt Cruz Date: Mon, 30 Mar 2026 12:00:50 -0400 Subject: [PATCH] Bump to latest ruby patches --- .app-image-tag | 2 +- .github/workflows/benchmark_cache_stores.yml | 2 +- .github/workflows/dependabot-auto-update.yml | 2 +- .github/workflows/prebuild_app.yml | 8 ++++---- .github/workflows/test.yml | 12 ++++++------ Dockerfile | 2 +- docker-compose.yml | 2 +- 7 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.app-image-tag b/.app-image-tag index 2ca2905..49a276a 100644 --- a/.app-image-tag +++ b/.app-image-tag @@ -1 +1 @@ -v0.10.2.8 +v0.10.2.9 diff --git a/.github/workflows/benchmark_cache_stores.yml b/.github/workflows/benchmark_cache_stores.yml index 3fec845..bc91ca6 100644 --- a/.github/workflows/benchmark_cache_stores.yml +++ b/.github/workflows/benchmark_cache_stores.yml @@ -72,7 +72,7 @@ jobs: strategy: matrix: ruby: - - "4.0.1" + - "4.0.2" ar: - "8.1" cache_store: diff --git a/.github/workflows/dependabot-auto-update.yml b/.github/workflows/dependabot-auto-update.yml index 1462689..c4fe351 100644 --- a/.github/workflows/dependabot-auto-update.yml +++ b/.github/workflows/dependabot-auto-update.yml @@ -48,7 +48,7 @@ jobs: packages: read container: - image: ${{ needs.export_variables.outputs.app_image }}-4.0.1 + image: ${{ needs.export_variables.outputs.app_image }}-4.0.2 volumes: - .:/app diff --git a/.github/workflows/prebuild_app.yml b/.github/workflows/prebuild_app.yml index 148fd8c..6b0d588 100644 --- a/.github/workflows/prebuild_app.yml +++ b/.github/workflows/prebuild_app.yml @@ -45,10 +45,10 @@ jobs: strategy: matrix: ruby: - - "3.2.10" - - "3.3.10" - - "3.4.8" - - "4.0.1" + - "3.2.11" + - "3.3.11" + - "3.4.9" + - "4.0.2" steps: - name: Checkout repository diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 58dfaee..0eecc9a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -60,7 +60,7 @@ jobs: needs: [export_variables] container: - image: ${{ needs.export_variables.outputs.app_image }}-4.0.1 + image: ${{ needs.export_variables.outputs.app_image }}-4.0.2 volumes: - .:/app @@ -104,10 +104,10 @@ jobs: strategy: matrix: ruby: - - "3.2.10" - - "3.3.10" - - "3.4.8" - - "4.0.1" + - "3.2.11" + - "3.3.11" + - "3.4.9" + - "4.0.2" ar: - "7.2" - "8.0" @@ -187,7 +187,7 @@ jobs: permissions: write-all container: - image: ${{ needs.export_variables.outputs.app_image }}-4.0.1 + image: ${{ needs.export_variables.outputs.app_image }}-4.0.2 volumes: - .:/app diff --git a/Dockerfile b/Dockerfile index 151e57d..f4a614e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -ARG RUBY_VERSION=4.0.1 +ARG RUBY_VERSION=4.0.2 ARG DOCKER_REGISTRY=docker.io FROM $DOCKER_REGISTRY/ruby:$RUBY_VERSION-alpine ENV RAILS_ENV=test diff --git a/docker-compose.yml b/docker-compose.yml index b7fd8ec..7d2e0e0 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -22,7 +22,7 @@ services: <<: *app-common build: args: - - RUBY_VERSION=${RUBY_VERSION:-4.0.1} + - RUBY_VERSION=${RUBY_VERSION:-4.0.2} - DOCKER_REGISTRY=${DOCKER_REGISTRY:-docker.io} container_name: app tty: true