Skip to content

Commit

Permalink
Relax Ranch version requirement (#134)
Browse files Browse the repository at this point in the history
Depending on 1.7.x prevents upgrading beyond Cowboy 2.8.0, since Ranch
1.8.0 is used by Cowboy 2.9.0 and up.
  • Loading branch information
lnikkila authored Oct 18, 2024
1 parent 3f4aac1 commit 8e5b58e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ defmodule Bypass.Mixfile do
[
{:plug_cowboy, "~> 2.0"},
{:plug, "~> 1.7"},
{:ranch, "~> 1.7.1"},
{:ranch, "~> 1.7"},
{:ex_doc, "> 0.0.0", only: :dev},
{:espec, "~> 1.6", only: [:dev, :test]},
{:mint, "~> 1.1", only: :test},
Expand Down

0 comments on commit 8e5b58e

Please sign in to comment.