Skip to content

Commit 52b02ee

Browse files
committed
Fix cocoapods version mismatch
1 parent 7cd0eb2 commit 52b02ee

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

apps/fabric-example/ios/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2453,7 +2453,7 @@ SPEC CHECKSUMS:
24532453
RNCMaskedView: ae521efb1c6c2b183ae0f8479487db03c826184c
24542454
RNFlashList: 7ad51f0d0d51a3b7b1d1bb07947b927cb352afc4
24552455
RNGestureHandler: 7d0931a61d7ba0259f32db0ba7d0963c3ed15d2b
2456-
RNReanimated: bd5e1d0ead283ee52024536a304fcf99ad46f376
2456+
RNReanimated: 1dcb71e335f3477d4ef77ec7989f1a899f52c50a
24572457
RNScreens: b6320de0f7e7b7bc1a782a2fb6213a4d98c30b88
24582458
RNSVG: 794f269526df9ddc1f79b3d1a202b619df0368e3
24592459
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748

apps/paper-example/Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ GEM
2020
benchmark (0.4.0)
2121
bigdecimal (3.1.9)
2222
claide (1.1.0)
23-
cocoapods (1.14.3)
23+
cocoapods (1.15.2)
2424
addressable (~> 2.8)
2525
claide (>= 1.0.2, < 2.0)
26-
cocoapods-core (= 1.14.3)
26+
cocoapods-core (= 1.15.2)
2727
cocoapods-deintegrate (>= 1.0.3, < 2.0)
2828
cocoapods-downloader (>= 2.1, < 3.0)
2929
cocoapods-plugins (>= 1.0.0, < 2.0)
@@ -38,7 +38,7 @@ GEM
3838
nap (~> 1.0)
3939
ruby-macho (>= 2.3.0, < 3.0)
4040
xcodeproj (>= 1.23.0, < 2.0)
41-
cocoapods-core (1.14.3)
41+
cocoapods-core (1.15.2)
4242
activesupport (>= 5.0, < 8)
4343
addressable (~> 2.8)
4444
algoliasearch (~> 1.0)

apps/paper-example/ios/Podfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1356,7 +1356,7 @@ PODS:
13561356
- ReactCommon/turbomodule/bridging
13571357
- ReactCommon/turbomodule/core
13581358
- Yoga
1359-
- react-native-safe-area-context (5.2.0):
1359+
- react-native-safe-area-context (5.3.0):
13601360
- React-Core
13611361
- react-native-slider (4.5.5):
13621362
- DoubleConversion
@@ -2223,7 +2223,7 @@ SPEC CHECKSUMS:
22232223
React-Mapbuffer: aee77f26ccc8ae3846ddede7ed8350680a69b8df
22242224
React-microtasksnativemodule: 84520f194edb907b394e0b65b590404e67cb205c
22252225
react-native-pager-view: 7919d307066a4586ba3ca3514f9ff0fcdc6f1aaf
2226-
react-native-safe-area-context: 849d7df29ecb2a7155c769c0b76849ba952c2aa3
2226+
react-native-safe-area-context: f6fd1adb0c0dfb0a528f561c7c6f9297f3391af3
22272227
react-native-slider: 702a78982b34ec61454806f21cf4ed84ef6d92c4
22282228
React-NativeModulesApple: 0b5a823c372c93399cb76c8d183e7a2b7491e5dd
22292229
React-oscompat: c6082f356b7a89f29d011e36aaac7101a0a5c032
@@ -2260,7 +2260,7 @@ SPEC CHECKSUMS:
22602260
RNCMaskedView: dc63cbc7b2f614b8b4526e11ed677b36e92cd9fb
22612261
RNFlashList: 857850f98e3fcb048022ca878b699418bb752371
22622262
RNGestureHandler: f4b38c25a4a61f233589a3d321436360c59eccd1
2263-
RNReanimated: a9c8eca92cee3d4502a37cece68f58dc4ffa9662
2263+
RNReanimated: 4dfd429908589990e5c8e5e8dca2666465403d6f
22642264
RNScreens: b44b98aa6f8afe08fd8ecfc1e96e61e7b6a25d60
22652265
RNSVG: 1d73f0c3199936c8e44f4d102d2744f3d258d2fc
22662266
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748

0 commit comments

Comments
 (0)