Skip to content

Commit ce6766a

Browse files
msluszniakclaude
andcommitted
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

File tree

apps/bare_rn/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ gem 'bigdecimal'
1414
gem 'logger'
1515
gem 'benchmark'
1616
gem 'mutex_m'
17-
gem 'kconv'
17+
gem 'CFPropertyList', '>= 3.0.9'

0 commit comments

Comments
 (0)