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
@@ -3,7 +3,7 @@ source 'https://github.com/facebook/flipper.git'
|
||||
source 'https://github.com/CocoaPods/Specs'
|
||||
|
||||
target 'Sample' do
|
||||
platform :ios, '10.0'
|
||||
platform :ios, '11.0'
|
||||
|
||||
# See docs/getting-started/ios-native.mdx
|
||||
pod 'FlipperKit', :path => '../../FlipperKit.podspec', :configuration => 'Debug'
|
||||
@@ -21,6 +21,6 @@ target 'Sample' do
|
||||
pod 'Flipper-Boost-iOSX', :configuration => 'Debug'
|
||||
pod 'OpenSSL-Universal', :configuration => 'Debug'
|
||||
pod 'CocoaAsyncSocket', :configuration => 'Debug'
|
||||
pod 'SocketRocket', '~> 0.6.0'
|
||||
pod 'SocketRocket', '~> 0.7.0'
|
||||
|
||||
end
|
||||
|
||||
@@ -22,7 +22,7 @@ PODS:
|
||||
- FlipperKit/FBCxxFollyDynamicConvert
|
||||
- FlipperKit/FBDefines
|
||||
- FlipperKit/FKPortForwarding
|
||||
- SocketRocket (~> 0.6.0)
|
||||
- SocketRocket (~> 0.7.0)
|
||||
- FlipperKit/CppBridge (0.202.0):
|
||||
- Flipper (~> 0.202.0)
|
||||
- FlipperKit/FBCxxFollyDynamicConvert (0.202.0):
|
||||
@@ -60,7 +60,7 @@ PODS:
|
||||
- FlipperKit/FlipperKitNetworkPlugin
|
||||
- libevent (2.1.12)
|
||||
- OpenSSL-Universal (1.1.1100)
|
||||
- SocketRocket (0.6.0)
|
||||
- SocketRocket (0.7.0)
|
||||
|
||||
DEPENDENCIES:
|
||||
- CocoaAsyncSocket
|
||||
@@ -78,7 +78,7 @@ DEPENDENCIES:
|
||||
- FlipperKit/SKIOSNetworkPlugin (from `../../FlipperKit.podspec`)
|
||||
- libevent
|
||||
- OpenSSL-Universal
|
||||
- SocketRocket (~> 0.6.0)
|
||||
- SocketRocket (~> 0.7.0)
|
||||
|
||||
SPEC REPOS:
|
||||
https://github.com/CocoaPods/Specs:
|
||||
@@ -111,8 +111,8 @@ SPEC CHECKSUMS:
|
||||
FlipperKit: 6a2be223aff449e4c0b1e7c55a636f67ac050b15
|
||||
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
|
||||
OpenSSL-Universal: ebc357f1e6bc71fa463ccb2fe676756aff50e88c
|
||||
SocketRocket: fccef3f9c5cedea1353a9ef6ada904fde10d6608
|
||||
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
|
||||
|
||||
PODFILE CHECKSUM: 7dae704c5712701d2a19d89e7f391cfa926d728c
|
||||
PODFILE CHECKSUM: 4d30d7695e19226b890d64952dd09dde3e2d80fc
|
||||
|
||||
COCOAPODS: 1.12.1
|
||||
COCOAPODS: 1.11.2
|
||||
|
||||
@@ -364,7 +364,7 @@
|
||||
"\"${PODS_ROOT}/Headers/Public/libevent\"",
|
||||
);
|
||||
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
/usr/lib/swift,
|
||||
"$(inherited)",
|
||||
@@ -428,7 +428,7 @@
|
||||
"\"${PODS_ROOT}/Headers/Public/libevent\"",
|
||||
);
|
||||
INFOPLIST_FILE = "$(SRCROOT)/Info.plist";
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 10.0;
|
||||
IPHONEOS_DEPLOYMENT_TARGET = 11.0;
|
||||
LD_RUNPATH_SEARCH_PATHS = (
|
||||
/usr/lib/swift,
|
||||
"$(inherited)",
|
||||
|
||||
Reference in New Issue
Block a user