Skip to content

Commit 6436504

Browse files
authored
Merge pull request #115 from kpanic/bump-ranch-to-match-mix-lock
Bump ranch to match mix lock
2 parents d1c445a + ba28ff1 commit 6436504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.exs

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ defmodule Bypass.Mixfile do
2828
[
2929
{:plug_cowboy, "~> 2.0"},
3030
{:plug, "~> 1.7"},
31-
{:ranch, "~> 1.3"},
31+
{:ranch, "~> 1.7.1"},
3232
{:ex_doc, "> 0.0.0", only: :dev},
3333
{:espec, "~> 1.6", only: [:dev, :test]},
3434
{:mint, "~> 1.1", only: :test}

0 commit comments

Comments
 (0)