Browse Source

Update Ranch to 0.8.5

Loïc Hoguin 11 years ago
parent
commit
694c9bfbfa
3 changed files with 3 additions and 3 deletions
  1. 1 1
      Makefile
  2. 1 1
      examples/elixir_hello_world/mix.exs
  3. 1 1
      rebar.config

+ 1 - 1
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.4
+dep_ranch = https://github.com/extend/ranch.git 0.8.5
 dep_ct_helper = https://github.com/extend/ct_helper.git master
 
 # Standard targets.

+ 1 - 1
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.4"},
+    [ {:ranch,  github: "extend/ranch", tag: "0.8.5"},
       {:cowboy, github: "extend/cowboy"} ]
   end
 end

+ 1 - 1
rebar.config

@@ -1,3 +1,3 @@
 {deps, [
-	{ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.8.4"}}
+	{ranch, ".*", {git, "git://github.com/extend/ranch.git", "0.8.5"}}
 ]}.