Commit 503c1ad
fix: update Gemfile to require Ruby >= 3.2 for modern gems
- Update ruby requirement from >= 2.6.10 to >= 3.2
- Add CFPropertyList >= 3.1.0 for Ruby 3.3 compatibility
- Remove old Gemfile.lock (will be regenerated by CI with Ruby 3.3)
This allows CFPropertyList 4.0.0 which supports Ruby 3.2+, resolving
the version conflict where:
- CFPropertyList 3.0.9 requires Ruby < 3.2
- CFPropertyList 4.0.0 requires Ruby >= 3.2
CI will generate the correct Gemfile.lock with compatible versions.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 0502485 commit 503c1ad
2 files changed
+2
-121
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
This file was deleted.
0 commit comments