summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-11-27 14:23:09 -0500
committerJoel Fischer <joeljfischer@gmail.com>2017-11-27 14:23:09 -0500
commit5a1ca1ecd5383f9ec6015e08672b5c85d68c8a7c (patch)
treee1d73a4d8cd4d7743446d7520231784b28a8e77d
parentc796cfe2bc866c5b28dbba6211e755f4c03f508d (diff)
downloadsdl_ios-5a1ca1ecd5383f9ec6015e08672b5c85d68c8a7c.tar.gz
Update test frameworks
-rw-r--r--Cartfile.private4
-rw-r--r--Cartfile.resolved8
2 files changed, 6 insertions, 6 deletions
diff --git a/Cartfile.private b/Cartfile.private
index 0008b2028..2b696abf7 100644
--- a/Cartfile.private
+++ b/Cartfile.private
@@ -1,6 +1,6 @@
# github "Quick/Quick" ~> 1.1
-github "Quick/Quick" "xcode-9-fix"
+github "Quick/Quick" ~> 1.2
github "Quick/Nimble" ~> 7.0
-github "AliSoftware/OHHTTPStubs" "master"
+github "AliSoftware/OHHTTPStubs" ~> 6.1
github "erikdoe/ocmock" ~> 3.4
github "facebook/ios-snapshot-test-case" ~> 2.1
diff --git a/Cartfile.resolved b/Cartfile.resolved
index d909544d9..6832620d8 100644
--- a/Cartfile.resolved
+++ b/Cartfile.resolved
@@ -1,5 +1,5 @@
-github "AliSoftware/OHHTTPStubs" "4dc6f36375f78c0b3cfe58d90bb8a4e21df5196e"
-github "Quick/Nimble" "v7.0.1"
-github "Quick/Quick" "a3850d0ddc18cf1e6ef17b3078c660f46888deca"
-github "erikdoe/ocmock" "v3.4"
+github "AliSoftware/OHHTTPStubs" "6.1.0"
+github "Quick/Nimble" "v7.0.3"
+github "Quick/Quick" "v1.2.0"
+github "erikdoe/ocmock" "v3.4.1"
github "facebook/ios-snapshot-test-case" "2.1.4"