Commit 51c9658
fix: Add nkf and base64 to Gemfile for Ruby 3.4 compatibility (#55346)
Summary:
Ruby 3.4 removed 'kconv' (which requires 'nkf') and 'base64' from the standard library. This commit adds them to the Gemfiles to fix 'pod install' failures on Ruby 3.4 environments.
## Changelog:
[iOS][Fixed] - Add `nkf` and `base64` as ruby dependencies
Pull Request resolved: #55346
Reviewed By: cortinico
Differential Revision: D92147798
Pulled By: cipolleschi
fbshipit-source-id: ac06369593df2b892d343f45d3c43795c079a4611 parent 9e30498 commit 51c9658
2 files changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
15 | 18 | | |
16 | 19 | | |
0 commit comments