summaryrefslogtreecommitdiff
path: root/Cartfile.resolved
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-03-30 14:54:03 -0400
committerJoel Fischer <joeljfischer@gmail.com>2017-03-30 14:54:03 -0400
commit0ae702d6429649971e7f851f05185cf471676044 (patch)
tree5aedd853085d5f916f77eae56f509b41421e8c66 /Cartfile.resolved
parent76215673962530742a9d6144e5589e57e96c94dc (diff)
downloadsdl_ios-0ae702d6429649971e7f851f05185cf471676044.tar.gz
Update with Xcode 8.3 fixes
* Disable a number of tests involving the use of OCMock which is not compatible with Quick / Nimble 5.0+
Diffstat (limited to 'Cartfile.resolved')
-rw-r--r--Cartfile.resolved8
1 files changed, 4 insertions, 4 deletions
diff --git a/Cartfile.resolved b/Cartfile.resolved
index e2b082f08..2de645370 100644
--- a/Cartfile.resolved
+++ b/Cartfile.resolved
@@ -1,5 +1,5 @@
-github "Quick/Nimble" "v4.1.0"
-github "AliSoftware/OHHTTPStubs" "5.2.3"
-github "Quick/Quick" "v0.9.3"
-github "facebook/ios-snapshot-test-case" "2.1.3"
+github "Quick/Nimble" "v6.1.0"
+github "AliSoftware/OHHTTPStubs" "5.2.3-swift3"
+github "Quick/Quick" "v1.1.0"
+github "facebook/ios-snapshot-test-case" "2.1.4"
github "erikdoe/ocmock" "v3.4"