Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .app-image-tag
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.10.2.8
v0.10.2.9
2 changes: 1 addition & 1 deletion .github/workflows/benchmark_cache_stores.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
strategy:
matrix:
ruby:
- "4.0.1"
- "4.0.2"
ar:
- "8.1"
cache_store:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-auto-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/prebuild_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading