Bump SocketRocket 0.7.0
Summary:
About to release React Native 0.72.1. This version of React Native has to depend on SocketRocket 0.7.0, released yesterday.
Cocoapods is failing to install dependencies with the following error:
```
In snapshot (Podfile.lock):
SocketRocket (= 0.7.0)
In Podfile:
FlipperKit/FlipperKitReactPlugin (= 0.182.0) was resolved to 0.182.0, which depends on
FlipperKit/Core (= 0.182.0) was resolved to 0.182.0, which depends on
SocketRocket (~> 0.6.0)
React-Core/RCTWebSocket (from `../react-native/`) was resolved to 1000.0.0, which depends on
SocketRocket (= 0.7.0)
React-CoreModules (from `../react-native/React/CoreModules`) was resolved to 1000.0.0, which depends on
SocketRocket
```
By bumping the SocketRocket dependencies and publishing a new version of FlipperKit, we would be able to release React Native.
Reviewed By: passy, cipolleschi
Differential Revision: D47125059
fbshipit-source-id: d0797880c502c14db9f0261c3e8abf2652e7bba2
This commit is contained in:
committed by
Facebook GitHub Bot
parent
5584cf817c
commit
883993d2ec
@@ -4,7 +4,7 @@ flipperkit_version = '0.202.0'
|
||||
use_frameworks!
|
||||
|
||||
target 'Tutorial' do
|
||||
platform :ios, '10.0'
|
||||
platform :ios, '11.0'
|
||||
|
||||
pod 'FlipperKit', '~>' + flipperkit_version
|
||||
# Layout and network plugins are not yet supported for swift projects
|
||||
|
||||
@@ -68,7 +68,7 @@ PODS:
|
||||
- libevent (2.1.12)
|
||||
- OpenSSL-Universal (1.1.1100)
|
||||
- RenderCore (0.31)
|
||||
- SocketRocket (0.6.0)
|
||||
- SocketRocket (0.6.1)
|
||||
- Yoga (1.14.0)
|
||||
|
||||
DEPENDENCIES:
|
||||
@@ -109,9 +109,9 @@ SPEC CHECKSUMS:
|
||||
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
|
||||
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
|
||||
RenderCore: 090beb17b5bff80b86929a7ceb49df789923d23a
|
||||
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
|
||||
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
|
||||
Yoga: cff67a400f6b74dc38eb0bad4f156673d9aa980c
|
||||
|
||||
PODFILE CHECKSUM: 56cead5fb78b13d37cf53ec82af754613862122f
|
||||
PODFILE CHECKSUM: 9e05a8202a727b5dbb5ec9f1b24b697fe353178f
|
||||
|
||||
COCOAPODS: 1.12.1
|
||||
|
||||
Reference in New Issue
Block a user