Browse Source

Pooler dependency change.

Stanislav Ivankin 7 years ago
parent
commit
316caae32a
2 changed files with 6 additions and 4 deletions
  1. 1 1
      rebar.config
  2. 5 3
      rebar.lock

+ 1 - 1
rebar.config

@@ -3,7 +3,7 @@
 {erl_opts, [warn_missing_spec]}.
 {erl_opts, [warn_missing_spec]}.
 
 
 {deps, [
 {deps, [
-        {pooler, "1.5.0"},
+        {pooler, {git, "https://github.com/seth/pooler.git", {tag, "1.5.2"}}},
         {epgsql, "3.3.0"},
         {epgsql, "3.3.0"},
         {herd, {git, "https://github.com/wgnet/herd", {tag, "1.3.3"}}}
         {herd, {git, "https://github.com/wgnet/herd", {tag, "1.3.3"}}}
        ]}.
        ]}.

+ 5 - 3
rebar.lock

@@ -4,9 +4,11 @@
   {git,"https://github.com/wgnet/herd",
   {git,"https://github.com/wgnet/herd",
        {ref,"7ef6954e13e854f32b02a2b97362458ed5208f8d"}},
        {ref,"7ef6954e13e854f32b02a2b97362458ed5208f8d"}},
   0},
   0},
- {<<"pooler">>,{pkg,<<"pooler">>,<<"1.5.0">>},0}]}.
+ {<<"pooler">>,
+  {git,"https://github.com/seth/pooler.git",
+       {ref,"a9fb9dbbac45000f10d8edf4464bf8425b39bd77"}},
+  0}]}.
 [
 [
 {pkg_hash,[
 {pkg_hash,[
- {<<"epgsql">>, <<"974A578340E52012CBAB820CE756E7ED1DF1BAF0110C59A6753D8337A2CF9454">>},
+ {<<"epgsql">>, <<"974A578340E52012CBAB820CE756E7ED1DF1BAF0110C59A6753D8337A2CF9454">>}]}
- {<<"pooler">>, <<"0FD4BE5D2976E6A2E9A1617623031758C26F200C1FCA89E4A3C542747BEC6371">>}]}
 ].
 ].