From 069781e4b3ac166f7b801f3535972c2fb7591426 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=81ukasz=20Mro=CC=81z?= Date: Fri, 30 Mar 2018 00:41:05 +0200 Subject: [PATCH] Update dependencies --- Cartfile.resolved | 2 +- .../xcshareddata/IDEWorkspaceChecks.plist | 8 +++++ Package.resolved | 34 ++++++++++++++----- 3 files changed, 35 insertions(+), 9 deletions(-) create mode 100644 Moya.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist diff --git a/Cartfile.resolved b/Cartfile.resolved index b46a8eb0a..fb60c25e3 100644 --- a/Cartfile.resolved +++ b/Cartfile.resolved @@ -1,4 +1,4 @@ -github "Alamofire/Alamofire" "4.6.0" +github "Alamofire/Alamofire" "4.7.0" github "AliSoftware/OHHTTPStubs" "f90c2bb0fb882e43761ab963ca8869d349d2c6e3" github "Quick/Nimble" "v7.0.3" github "Quick/Quick" "v1.2.0" diff --git a/Moya.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist b/Moya.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist new file mode 100644 index 000000000..18d981003 --- /dev/null +++ b/Moya.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist @@ -0,0 +1,8 @@ + + + + + IDEDidComputeMac32BitWarning + + + diff --git a/Package.resolved b/Package.resolved index 2af9ba295..3f38b5025 100644 --- a/Package.resolved +++ b/Package.resolved @@ -6,8 +6,26 @@ "repositoryURL": "https://github.com/Alamofire/Alamofire.git", "state": { "branch": null, - "revision": "7fe7b918b746fbb4b7a7c2146bef7a88c7ddc54e", - "version": "4.5.0" + "revision": "bfb9f132cdfa1033bea847e4cf9cfde4fee254e3", + "version": "4.7.0" + } + }, + { + "package": "Nimble", + "repositoryURL": "https://github.com/Quick/Nimble.git", + "state": { + "branch": null, + "revision": "22800b0954c89344bb8c87f8ab93378076716fb7", + "version": "7.0.3" + } + }, + { + "package": "Quick", + "repositoryURL": "https://github.com/Quick/Quick.git", + "state": { + "branch": null, + "revision": "0ff81f2c665b4381f526bd656f8708dd52a9ea2f", + "version": "1.2.0" } }, { @@ -15,8 +33,8 @@ "repositoryURL": "https://github.com/ReactiveCocoa/ReactiveSwift.git", "state": { "branch": null, - "revision": "2ec944c43ef9cf6b1380629e3ea483f62a7afaef", - "version": "3.0.0" + "revision": "46fb4d4a8285286e54929add1d12f384675895c6", + "version": "3.1.0" } }, { @@ -24,8 +42,8 @@ "repositoryURL": "https://github.com/antitypical/Result.git", "state": { "branch": null, - "revision": "c8446185238659a2b27c0261f64ff1254291d07d", - "version": "3.2.3" + "revision": "7477584259bfce2560a19e06ad9f71db441fff11", + "version": "3.2.4" } }, { @@ -33,8 +51,8 @@ "repositoryURL": "https://github.com/ReactiveX/RxSwift.git", "state": { "branch": null, - "revision": "49eba516f11dbd856f7856e293422f561c854433", - "version": "4.1.0" + "revision": "3e848781c7756accced855a6317a4c2ff5e8588b", + "version": "4.1.2" } } ]