Skip to content

Commit 42c93c1

Browse files
chore(deps): update dependency ruby to v4
1 parent 37af3aa commit 42c93c1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release-rubygem.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v6
1414
- uses: ruby/setup-ruby@v1
1515
with:
16-
ruby-version: '3.4.8'
16+
ruby-version: '4.0.1'
1717
bundler-cache: true
1818
- uses: cucumber/[email protected]
1919
with:

.github/workflows/test-codegen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Set up Ruby
4444
uses: ruby/setup-ruby@v1
4545
with:
46-
ruby-version: '3.4.8'
46+
ruby-version: '4.0.1'
4747

4848
- name: generate code for all languages
4949
run: |

0 commit comments

Comments
 (0)