Skip to content

Commit 4b97c69

Browse files
msluszniakclaude
andcommitted
fix: add kconv gem for Ruby 3.4 compatibility in bare_rn
Ruby 3.4 removed kconv from its standard library. CocoaPods 1.15.x uses it via CFPropertyList, causing pod install to fail. Adding the kconv gem alongside the other Ruby 3.4 compat gems already in the Gemfile. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 8832e34 commit 4b97c69

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/bare_rn/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 'kconv'

0 commit comments

Comments
 (0)