Commit ce6766a
fix: pin CFPropertyList >= 3.0.9 to fix Ruby 3.4 kconv removal
CFPropertyList < 3.0.9 requires kconv which was removed from Ruby 3.4
standard library (there is no kconv gem). Pinning to 3.0.9+ uses a version
that no longer depends on kconv.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 4b97c69 commit ce6766a
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
0 commit comments