From c282c2d3b762b144e938e98656ed13f35687dae5 Mon Sep 17 00:00:00 2001 From: Xuan Huang Date: Thu, 2 Sep 2021 18:41:29 -0700 Subject: [PATCH] Bump Hermes pod to 0.9.0 Summary: Changelog: [General][Changed] - Bump Hermes to 0.9.0 (Note: this ignores all push blocking failures!) Reviewed By: lunaleaps Differential Revision: D30726473 fbshipit-source-id: add4149454b3f0333f3c1cb8b5d632371fd1bd80 --- packages/rn-tester/Podfile.lock | 3 ++- scripts/react_native_pods.rb | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/packages/rn-tester/Podfile.lock b/packages/rn-tester/Podfile.lock index 52b05d0344bba5..80f8a8acb13c8f 100644 --- a/packages/rn-tester/Podfile.lock +++ b/packages/rn-tester/Podfile.lock @@ -735,6 +735,7 @@ DEPENDENCIES: - FlipperKit/FlipperKitUserDefaultsPlugin (= 0.99.0) - FlipperKit/SKIOSNetworkPlugin (= 0.99.0) - glog (from `../../third-party-podspecs/glog.podspec`) + - OpenSSL-Universal (= 1.1.180) - RCT-Folly (from `../../third-party-podspecs/RCT-Folly.podspec`) - RCT-Folly/Fabric (from `../../third-party-podspecs/RCT-Folly.podspec`) - RCTRequired (from `../../Libraries/RCTRequired`) @@ -911,6 +912,6 @@ SPEC CHECKSUMS: Yoga: c0d06f5380d34e939f55420669a60fe08b79bd75 YogaKit: f782866e155069a2cca2517aafea43200b01fd5a -PODFILE CHECKSUM: 6e910a576b7db9347c60dfc58f7852f692200116 +PODFILE CHECKSUM: 5cc47caddf8a8bf3fe9ea873886352846aee027a COCOAPODS: 1.10.1 diff --git a/scripts/react_native_pods.rb b/scripts/react_native_pods.rb index 495c98f349e63c..76a814ce57591b 100644 --- a/scripts/react_native_pods.rb +++ b/scripts/react_native_pods.rb @@ -65,7 +65,7 @@ def use_react_native! (options={}) if hermes_enabled pod 'React-hermes', :path => "#{prefix}/ReactCommon/hermes" - pod 'hermes-engine' + pod 'hermes-engine', '~> 0.9.0' pod 'libevent', '~> 2.1.12' end end