Skip to content

Commit 5fdbafe

Browse files
authored
deps: update dependency ruby to v4.0.2 (#4328)
1 parent 895778b commit 5fdbafe

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/integration-emulator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
node-version: 24
6060
- uses: ruby/setup-ruby@v1
6161
with:
62-
ruby-version: '4.0.1'
62+
ruby-version: '4.0.2'
6363
bundler-cache: true
6464
- name: Setup psql
6565
run: |

.github/workflows/integration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
node-version: 24
105105
- uses: ruby/setup-ruby@v1
106106
with:
107-
ruby-version: '4.0.1'
107+
ruby-version: '4.0.2'
108108
bundler-cache: true
109109
- name: Setup psql
110110
run: |

.github/workflows/samples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
- uses: actions/checkout@v6
114114
- uses: ruby/setup-ruby@v1
115115
with:
116-
ruby-version: '4.0.1'
116+
ruby-version: '4.0.2'
117117
bundler-cache: true
118118
- run: ruby --version
119119
- name: Run Ruby on Rails ActiveRecord Sample tests

.github/workflows/units.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
node-version: 24
3636
- uses: ruby/setup-ruby@v1
3737
with:
38-
ruby-version: '4.0.1'
38+
ruby-version: '4.0.2'
3939
bundler-cache: true
4040
- run: mvn -Dpgadapter.use_virtual_threads=true -Dpgadapter.use_virtual_grpc_transport_threads=true -B test -Ptest-all -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
4141
windows:
@@ -94,6 +94,6 @@ jobs:
9494
node-version: 24
9595
- uses: ruby/setup-ruby@v1
9696
with:
97-
ruby-version: '4.0.1'
97+
ruby-version: '4.0.2'
9898
bundler-cache: true
9999
- run: mvn -B test -Ptest-all -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn

0 commit comments

Comments
 (0)