diff --git a/Cartfile b/Cartfile index df082d7ea..e8a57d137 100644 --- a/Cartfile +++ b/Cartfile @@ -1,4 +1,4 @@ github "Alamofire/Alamofire" ~> 4.1 -github "ReactiveCocoa/ReactiveSwift" "4.0.0-rc.1" +github "ReactiveCocoa/ReactiveSwift" ~> 4.0 github "ReactiveX/RxSwift" ~> 4.0 github "antitypical/Result" ~> 4.0 diff --git a/Cartfile.resolved b/Cartfile.resolved index 2dc8c5252..080ee6207 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,7 +1,7 @@ -github "Alamofire/Alamofire" "4.7.2" +github "Alamofire/Alamofire" "4.7.3" github "AliSoftware/OHHTTPStubs" "f90c2bb0fb882e43761ab963ca8869d349d2c6e3" -github "Quick/Nimble" "v7.1.1" -github "Quick/Quick" "v1.3.0" -github "ReactiveCocoa/ReactiveSwift" "4.0.0-rc.1" -github "ReactiveX/RxSwift" "4.1.2" +github "Quick/Nimble" "v7.1.3" +github "Quick/Quick" "v1.3.1" +github "ReactiveCocoa/ReactiveSwift" "4.0.0" +github "ReactiveX/RxSwift" "4.2.0" github "antitypical/Result" "4.0.0"