mirror of
https://github.com/zhigang1992/Argo.git
synced 2026-01-12 17:12:37 +08:00
Add Curry as a private dependency
This will only be used in tests/playgrounds, so no need to expose it publicly as a dependency.
This commit is contained in:
committed by
Tony DiPasquale
parent
7820adb889
commit
95bcb87327
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -1,3 +1,6 @@
|
||||
[submodule "Carthage/Checkouts/Runes"]
|
||||
path = Carthage/Checkouts/Runes
|
||||
url = https://github.com/thoughtbot/Runes.git
|
||||
[submodule "Carthage/Checkouts/Curry"]
|
||||
path = Carthage/Checkouts/Curry
|
||||
url = https://github.com/thoughtbot/Curry.git
|
||||
|
||||
1
Cartfile.private
Normal file
1
Cartfile.private
Normal file
@@ -0,0 +1 @@
|
||||
github "thoughtbot/Curry"
|
||||
@@ -1 +1,2 @@
|
||||
github "thoughtbot/Runes" "674d76eb15eda4bc95fbbd15b3c96a6d15774754"
|
||||
github "thoughtbot/Curry" "v1.0.0"
|
||||
|
||||
1
Carthage/Checkouts/Curry
vendored
Submodule
1
Carthage/Checkouts/Curry
vendored
Submodule
Submodule Carthage/Checkouts/Curry added at f845c353ee
Reference in New Issue
Block a user