Switch Phoenix back to upstream
See <https://github.com/phoenixframework/phoenix/pull/6094> for `:sec_websocket_protocol` -> `:sec_websocket_headers`
This commit is contained in:
parent
9fcf918e1c
commit
be327ca982
6 changed files with 12 additions and 10 deletions
3
mix.exs
3
mix.exs
|
|
@ -123,8 +123,7 @@ defmodule Pleroma.Mixfile do
|
|||
# Type `mix help deps` for examples and options.
|
||||
defp deps do
|
||||
[
|
||||
{:phoenix,
|
||||
git: "https://github.com/feld/phoenix", branch: "v1.7.14-websocket-headers", override: true},
|
||||
{:phoenix, "~> 1.8.0"},
|
||||
{:phoenix_ecto, "~> 4.4"},
|
||||
{:ecto_sql, "~> 3.10"},
|
||||
{:ecto_enum, "~> 1.4"},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue