From 383c5c60feca0837453131f29023133b424859ed Mon Sep 17 00:00:00 2001 From: Pascal Hartig Date: Thu, 16 Feb 2023 08:28:01 -0800 Subject: [PATCH] Update react native podfile lock Summary: This is to fix the flakiness in our gem installation step: https://github.com/facebook/flipper/actions/runs/4194007653/jobs/7271643029 Those failures all arise from the environment where our lockfile is not on the latest version and the GitHub Action tries (and fails) to downgrade the installation. I used my previously updated gem release (D43306715) to update the lockfile. Reviewed By: ivanmisuno Differential Revision: D43306986 fbshipit-source-id: 7450c2d23ff74f92a850c0989ed62c1d2acf7bdf --- react-native/ReactNativeFlipperExample/ios/Podfile.lock | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/react-native/ReactNativeFlipperExample/ios/Podfile.lock b/react-native/ReactNativeFlipperExample/ios/Podfile.lock index c62c5cf55..1cb38ed96 100644 --- a/react-native/ReactNativeFlipperExample/ios/Podfile.lock +++ b/react-native/ReactNativeFlipperExample/ios/Podfile.lock @@ -301,7 +301,7 @@ PODS: - React-jsinspector (0.69.7) - React-logger (0.69.7): - glog - - react-native-flipper (0.174.0): + - react-native-flipper (0.177.0): - React-Core - React-perflogger (0.69.7) - React-RCTActionSheet (0.69.7): @@ -561,7 +561,7 @@ SPEC CHECKSUMS: React-jsiexecutor: a73bec0218ba959fc92f811b581ad6c2270c6b6f React-jsinspector: 8134ee22182b8dd98dc0973db6266c398103ce6c React-logger: 1e7ac909607ee65fd5c4d8bea8c6e644f66b8843 - react-native-flipper: b269b4d4e1ec04f7f443f5edf15100a13e760bf0 + react-native-flipper: ccf9059793e4b36cb4e6e5e54208a5e01acba248 React-perflogger: 8e832d4e21fdfa613033c76d58d7e617341e804b React-RCTActionSheet: 9ca778182a9523991bff6381045885b6e808bb73 React-RCTAnimation: 9ced26ad20b96e532ac791a8ab92a7b1ce2266b8 @@ -580,4 +580,4 @@ SPEC CHECKSUMS: PODFILE CHECKSUM: 4966f37d8cfbd2a5e09e261d78c6ccba4eee9ac5 -COCOAPODS: 1.11.2 +COCOAPODS: 1.11.3