mirror of
https://github.com/ninenines/cowboy.git
synced 2025-07-14 12:20:24 +00:00
Update Ranch to 0.8.4
This commit is contained in:
parent
9769003472
commit
2923de944f
3 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
@ -12,7 +12,7 @@ PLT_APPS = crypto public_key ssl
|
||||||
|
|
||||||
DEPS = ranch
|
DEPS = ranch
|
||||||
TEST_DEPS = ct_helper
|
TEST_DEPS = ct_helper
|
||||||
dep_ranch = https://github.com/extend/ranch.git 0.8.3
|
dep_ranch = https://github.com/extend/ranch.git 0.8.4
|
||||||
dep_ct_helper = https://github.com/extend/ct_helper.git master
|
dep_ct_helper = https://github.com/extend/ct_helper.git master
|
||||||
|
|
||||||
# Standard targets.
|
# Standard targets.
|
||||||
|
|
|
@ -14,7 +14,7 @@ defmodule ElixirHelloWorld.Mixfile do
|
||||||
end
|
end
|
||||||
|
|
||||||
defp deps do
|
defp deps do
|
||||||
[ {:ranch, github: "extend/ranch", tag: "0.8.3"},
|
[ {:ranch, github: "extend/ranch", tag: "0.8.4"},
|
||||||
{:cowboy, github: "extend/cowboy"} ]
|
{:cowboy, github: "extend/cowboy"} ]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
{deps, [
|
{deps, [
|
||||||
{ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.8.3"}}
|
{ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.8.4"}}
|
||||||
]}.
|
]}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue