Skip to content

Commit fe11e09

Browse files
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 -- kconv
1 parent 8b7ba94 commit fe11e09

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

template/Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ gem 'bigdecimal'
1414
gem 'logger'
1515
gem 'benchmark'
1616
gem 'mutex_m'
17+
gem 'nkf'

0 commit comments

Comments
 (0)