diff --git a/Ring/Cartfile.resolved b/Ring/Cartfile.resolved index 787ada57bd8b394d19bf8ec654070b32e6158b52..91ea6f25ce41d443d027b5ed8b28e18a5d843df6 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 c7c0bee82575f7286d79cd165851859a2edeea7d..19ab22d4198f7615f86e4ad94484f189c6621741 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() {