Skip to content

Commit 4fc8bcd

Browse files
d-dateclaude
andauthored
Fix GitHub Actions failures by downgrading Ruby from 4.0 to 3.3 (#86)
Renovate PR #80 upgraded ruby-version to 4.0.0, but the ffi gem (1.17.2) required by cocoapods only supports Ruby < 3.5. This caused bundle install to fail on every scheduled run since January 20. Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d896e16 commit 4fc8bcd

2 files changed

Lines changed: 2 additions & 2 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: '4.0.1'
29+
ruby-version: '3.3'
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: '4.0.1'
29+
ruby-version: '3.3'
3030
bundler-cache: true
3131

3232
- name: Check for MLKit updates

0 commit comments

Comments
 (0)