From 2923de944fa3f88fafec4318bfeb0ee59f47cee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 20 Jun 2013 15:24:01 +0200 Subject: Update Ranch to 0.8.4 --- Makefile | 2 +- examples/elixir_hello_world/mix.exs | 2 +- rebar.config | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 9810deb..79c2b6c 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.3 +dep_ranch = https://github.com/extend/ranch.git 0.8.4 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 b2e3dd3..9055175 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.3"}, + [ {:ranch, github: "extend/ranch", tag: "0.8.4"}, {:cowboy, github: "extend/cowboy"} ] end end diff --git a/rebar.config b/rebar.config index bab6fa3..443949a 100644 --- a/rebar.config +++ b/rebar.config @@ -1,3 +1,3 @@ {deps, [ - {ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.8.3"}} + {ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.8.4"}} ]}. -- cgit v1.2.3