Commit 4fc8bcd
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
0 commit comments