Skip to content

Commit c282c2d

Browse files
HuxproLuna Wei
authored andcommitted
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
1 parent 2133172 commit c282c2d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

packages/rn-tester/Podfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,7 @@ DEPENDENCIES:
735735
- FlipperKit/FlipperKitUserDefaultsPlugin (= 0.99.0)
736736
- FlipperKit/SKIOSNetworkPlugin (= 0.99.0)
737737
- glog (from `../../third-party-podspecs/glog.podspec`)
738+
- OpenSSL-Universal (= 1.1.180)
738739
- RCT-Folly (from `../../third-party-podspecs/RCT-Folly.podspec`)
739740
- RCT-Folly/Fabric (from `../../third-party-podspecs/RCT-Folly.podspec`)
740741
- RCTRequired (from `../../Libraries/RCTRequired`)
@@ -911,6 +912,6 @@ SPEC CHECKSUMS:
911912
Yoga: c0d06f5380d34e939f55420669a60fe08b79bd75
912913
YogaKit: f782866e155069a2cca2517aafea43200b01fd5a
913914

914-
PODFILE CHECKSUM: 6e910a576b7db9347c60dfc58f7852f692200116
915+
PODFILE CHECKSUM: 5cc47caddf8a8bf3fe9ea873886352846aee027a
915916

916917
COCOAPODS: 1.10.1

scripts/react_native_pods.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def use_react_native! (options={})
6565

6666
if hermes_enabled
6767
pod 'React-hermes', :path => "#{prefix}/ReactCommon/hermes"
68-
pod 'hermes-engine'
68+
pod 'hermes-engine', '~> 0.9.0'
6969
pod 'libevent', '~> 2.1.12'
7070
end
7171
end

0 commit comments

Comments
 (0)