Skip to content

File tree

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: Docker build (and optional push)
1414
runs-on: ubuntu-24.04
1515
env:
16-
RUBYGEMS_VERSION: "4.0.8"
16+
RUBYGEMS_VERSION: "4.0.10"
1717
RUBY_VERSION: "4.0.2"
1818
permissions:
1919
id-token: write

.github/workflows/lint.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1616
with:
1717
persist-credentials: false
18-
- uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0
18+
- uses: ruby/setup-ruby@0cb964fd540e0a24c900370abf38a33466142735 # v1.305.0
1919
with:
2020
bundler-cache: true
2121
- name: Rubocop
@@ -27,7 +27,7 @@ jobs:
2727
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2828
with:
2929
persist-credentials: false
30-
- uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0
30+
- uses: ruby/setup-ruby@0cb964fd540e0a24c900370abf38a33466142735 # v1.305.0
3131
with:
3232
bundler-cache: true
3333
- name: Herb Analyze
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4040
with:
4141
persist-credentials: false
42-
- uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0
42+
- uses: ruby/setup-ruby@0cb964fd540e0a24c900370abf38a33466142735 # v1.305.0
4343
with:
4444
bundler-cache: true
4545
- name: Brakeman
@@ -51,7 +51,7 @@ jobs:
5151
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5252
with:
5353
persist-credentials: false
54-
- uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0
54+
- uses: ruby/setup-ruby@0cb964fd540e0a24c900370abf38a33466142735 # v1.305.0
5555
with:
5656
bundler-cache: true
5757
- name: Importmap Verify
@@ -83,7 +83,7 @@ jobs:
8383
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8484
with:
8585
persist-credentials: false
86-
- uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0
86+
- uses: ruby/setup-ruby@0cb964fd540e0a24c900370abf38a33466142735 # v1.305.0
8787
with:
8888
bundler-cache: true
8989
- name: krane render

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: Rails tests ${{ matrix.tests.name }}
2626
runs-on: ubuntu-24.04
2727
env:
28-
RUBYGEMS_VERSION: "4.0.8"
28+
RUBYGEMS_VERSION: "4.0.10"
2929
# Fail hard when Toxiproxy is not running to ensure all tests (even Toxiproxy optional ones) are passing
3030
REQUIRE_TOXIPROXY: true
3131
TOXIPROXY_LISTEN_HOST: "0.0.0.0"
@@ -42,7 +42,7 @@ jobs:
4242
uses: ./.github/actions/setup-rubygems.org
4343
with:
4444
ruby-version: "4.0.2"
45-
rubygems-version: "4.0.8"
45+
rubygems-version: "4.0.10"
4646
install-avo-pro: ${{ matrix.tests.id != 'avo-without-pro' }}
4747

4848
- name: Tests ${{ matrix.tests.name }}

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.2
1+
4.0.3

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1376,7 +1376,7 @@ CHECKSUMS
13761376
zlib (3.2.3) sha256=5bd316698b32f31a64ab910a8b6c282442ca1626a81bbd6a1674e8522e319c20
13771377

13781378
RUBY VERSION
1379-
ruby 4.0.2
1379+
ruby 4.0.3
13801380

13811381
BUNDLED WITH
1382-
4.0.8
1382+
4.0.10

0 commit comments

Comments
 (0)