From 9280f2c05601da74f91e8288364bca5ccf932845 Mon Sep 17 00:00:00 2001 From: Yurii Rashkovskii Date: Thu, 15 Aug 2013 08:25:40 -0700 Subject: [PATCH] Update lager requirement --- mix.exs | 2 +- mix.lock | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mix.exs b/mix.exs index 7c704a7..363febb 100644 --- a/mix.exs +++ b/mix.exs @@ -11,7 +11,7 @@ defmodule Lagerex.MixFile do def application, do: [] defp deps do - [{:lager, %r(.*), git: "https://github.com/basho/lager"}] + [{:lager, github: "basho/lager"}] end end diff --git a/mix.lock b/mix.lock index f51a0d3..5a6e94c 100644 --- a/mix.lock +++ b/mix.lock @@ -1 +1,2 @@ -[ "lager": {:git,"https://github.com/basho/lager","e749242087706e480ecb530d99c5615e7e0dc7d6",[]} ] +[ "goldrush": {:git, "git://github.com/DeadZen/goldrush.git", "879c69874a555b2c13498aa4a3da6f6bbbb6a031", [{:tag, "879c69874a"}]}, + "lager": {:git, "git://github.com/basho/lager.git", "2965c23f46301afeb7d62f6fbac99b3ab367f6b2", []} ]