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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
0efda5b154
commit
383c5c60fe
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user