Skip to content

Commit acdf959

Browse files
Update dependency ruby to v4.0.2
1 parent 95ca116 commit acdf959

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-mlkit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Ruby
2727
uses: ruby/setup-ruby@v1
2828
with:
29-
ruby-version: '3.3'
29+
ruby-version: '4.0.2'
3030
bundler-cache: true
3131

3232
- name: Set up Xcode

.github/workflows/check-mlkit-updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Set up Ruby
2727
uses: ruby/setup-ruby@v1
2828
with:
29-
ruby-version: '3.3'
29+
ruby-version: '4.0.2'
3030
bundler-cache: true
3131

3232
- name: Check for MLKit updates

.tool-versions

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

0 commit comments

Comments
 (0)