Commit fe11e09
committed
Add nkf gem for Ruby 3.4 compatibility
Ruby 3.4 removed `kconv` from the standard library. The `xcodeproj` gem
(used by CocoaPods) depends on `kconv`, which is now provided by the
`nkf` gem. Without it, `bundle exec pod install` fails with:
LoadError - cannot load such file -- kconv1 parent 8b7ba94 commit fe11e09
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| 17 | + | |
0 commit comments