Skip to content

Commit

Permalink
Merge pull request #990 from ably/feature/update-socketrocket
Browse files Browse the repository at this point in the history
Update SocketRocket dependency
  • Loading branch information
ricardopereira authored Feb 24, 2020
2 parents b1ae9e9 + 9255797 commit 5d121f8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Ably.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|
s.source_files = 'Source/**/*.{h,m,swift}'
s.private_header_files = 'Source/*+Private.h', 'Source/Private/*.h'
s.module_map = 'Source/Ably.modulemap'
s.dependency 'SocketRocketAblyFork', '0.5.2-ably-4'
s.dependency 'SocketRocketAblyFork', '0.5.2-ably-6'
s.dependency 'KSCrashAblyFork', '1.15.20-ably-6'
s.dependency 'msgpack', '0.3.1'
s.dependency 'ULID', '1.1.0'
Expand Down
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "ably-forks/SocketRocket" == 0.5.2-ably-4
github "ably-forks/SocketRocket" == 0.5.2-ably-6
github "ably-forks/KSCrash" == 1.15.20-ably-6
github "rvi/msgpack-objective-C" == 0.3.1
github "whitesmith/ulid" == 1.1.0
Expand Down
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ github "Quick/Nimble" "v8.0.1"
github "Quick/Quick" "v2.0.0"
github "SwiftyJSON/SwiftyJSON" "4.3.0"
github "ably-forks/KSCrash" "1.15.20-ably-6"
github "ably-forks/SocketRocket" "0.5.2-ably-4"
github "ably-forks/SocketRocket" "0.5.2-ably-6"
github "rvi/msgpack-objective-C" "0.3.1"
github "soffes/SAMKeychain" "v1.5.3"
github "whitesmith/Aspects" "1.4.2-ws1"
Expand Down

0 comments on commit 5d121f8

Please sign in to comment.