aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2013-05-16 19:10:32 +0200
committerLoïc Hoguin <[email protected]>2013-05-16 19:10:32 +0200
commit3d2f7218c5db76f63b268fdd729be138e1c6b963 (patch)
treef4d4bf2e7b7516e488321c4f5f2d2a29fb613447
parent6d1344319a208412afa3d32f98d1b9043ff90eb7 (diff)
downloadcowboy-3d2f7218c5db76f63b268fdd729be138e1c6b963.tar.gz
cowboy-3d2f7218c5db76f63b268fdd729be138e1c6b963.tar.bz2
cowboy-3d2f7218c5db76f63b268fdd729be138e1c6b963.zip
Update Ranch to 0.8.3
-rw-r--r--Makefile2
-rw-r--r--examples/elixir_hello_world/mix.exs2
-rw-r--r--rebar.config2
3 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index a743a2d..1f591a3 100644
--- a/Makefile
+++ b/Makefile
@@ -12,7 +12,7 @@ PLT_APPS = crypto public_key ssl
DEPS = ranch
TEST_DEPS = ct_helper
-dep_ranch = https://github.com/extend/ranch.git 0.8.2
+dep_ranch = https://github.com/extend/ranch.git 0.8.3
dep_ct_helper = https://github.com/extend/ct_helper.git master
# Standard targets.
diff --git a/examples/elixir_hello_world/mix.exs b/examples/elixir_hello_world/mix.exs
index aab48e8..b2e3dd3 100644
--- a/examples/elixir_hello_world/mix.exs
+++ b/examples/elixir_hello_world/mix.exs
@@ -14,7 +14,7 @@ defmodule ElixirHelloWorld.Mixfile do
end
defp deps do
- [ {:ranch, github: "extend/ranch", tag: "0.8.1"},
+ [ {:ranch, github: "extend/ranch", tag: "0.8.3"},
{:cowboy, github: "extend/cowboy"} ]
end
end
diff --git a/rebar.config b/rebar.config
index 123b3ee..bab6fa3 100644
--- a/rebar.config
+++ b/rebar.config
@@ -1,3 +1,3 @@
{deps, [
- {ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.8.2"}}
+ {ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.8.3"}}
]}.