From 30884f48c8b9d75408b9b5629d7fa880a162c688 Mon Sep 17 00:00:00 2001 From: Kateryna Kostiuk <kateryna.kostiuk@savoirfairelinux.com> Date: Thu, 23 Apr 2020 13:30:38 -0400 Subject: [PATCH] iOS: update dependencies Change-Id: Ic960162e46d3c0bf0f4da4adb6d756bf7a688382 --- Ring/Cartfile.resolved | 12 ++++++------ Ring/Ring/Services/NetworkService.swift | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Ring/Cartfile.resolved b/Ring/Cartfile.resolved index 787ada57b..91ea6f25c 100644 --- a/Ring/Cartfile.resolved +++ b/Ring/Cartfile.resolved @@ -1,12 +1,12 @@ -github "AliSoftware/Reusable" "4.1.0" +github "AliSoftware/Reusable" "4.1.1" github "ReactiveX/RxSwift" "4.5.0" github "RxSwiftCommunity/RxDataSources" "3.1.0" github "RxSwiftCommunity/RxRealm" "0.7.7" -github "SwiftyBeaver/SwiftyBeaver" "1.7.0" -github "andreamazz/AMPopTip" "4.0.1" -github "ashleymills/Reachability.swift" "v4.3.1" +github "SwiftyBeaver/SwiftyBeaver" "1.9.1" +github "andreamazz/AMPopTip" "4.5.0" +github "ashleymills/Reachability.swift" "v5.0.0" github "gskbyte/GSKStretchyHeaderView" "1.0.4" -github "optonaut/ActiveLabel.swift" "1.0.1" +github "optonaut/ActiveLabel.swift" "1.1.0" github "pkluz/PKHUD" "5.3.0" -github "realm/realm-cocoa" "v3.16.1" +github "realm/realm-cocoa" "v3.21.0" github "stephencelis/SQLite.swift" "0.11.6" diff --git a/Ring/Ring/Services/NetworkService.swift b/Ring/Ring/Services/NetworkService.swift index c7c0bee82..19ab22d41 100644 --- a/Ring/Ring/Services/NetworkService.swift +++ b/Ring/Ring/Services/NetworkService.swift @@ -42,7 +42,7 @@ class NetworkService { }() init() { - reachability = Reachability() + reachability = try? Reachability() } func monitorNetworkType() { -- GitLab