Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: Running pod install result in some warninigs on ruby v3: ``` script_phases.rb:51: warning: Passing safe_level with the 2nd argument of ERB.new is deprecated. Do not use it, and specify other arguments as keyword arguments. script_phases.rb:51: warning: Passing trim_mode with the 3rd argument of ERB.new is deprecated. Use keyword argument like ERB.new(str, trim_mode: ...) instead. ``` ## Changelog [INTERNAL] [FIXED] - warnings while running `pod-install` inside script phase script Pull Request resolved: #35594 Test Plan: - Install ruby v3 (I haven't tested on ruby v2, most m1 users need to upgrade to v3) - Run `pod install` in ios folder Reviewed By: christophpurrer Differential Revision: D41839668 Pulled By: cortinico fbshipit-source-id: f3d328573179ddfd307011f0701f0befa0b111f8
- Loading branch information