Fix thoughtbot/Curry version in Seedfile

Downloading a specific release of Curry prevents unexpected breaks due to changes being made in the master branch of that project.
This commit is contained in:
Mohammed Tangestani 2016-08-30 05:19:20 -04:00
parent 4338ee6184
commit 0e0fd3d8c2

View file

@ -1,3 +1,3 @@
github "thoughtbot/Curry", "master", :files => "Source/Curry.swift"
github "thoughtbot/Curry", "v2.3.3", :files => "Source/Curry.swift"
github "Carthage/Commandant", "0.10.0", :files => "Sources/Commandant/*.swift"
github "antitypical/Result", "2.0.0", :files => "Result/*.swift"