diff options
author | Lain Soykaf <lain@lain.com> | 2024-11-13 14:05:27 +0400 |
---|---|---|
committer | Lain Soykaf <lain@lain.com> | 2024-11-13 14:05:27 +0400 |
commit | 0d8c2827e16ba310904a11321608dfa5fc600f6f (patch) | |
tree | ec53c0234b792036e30102307b876a7e941151f0 /mix.exs | |
parent | 8d2410948f3310596491fcd21e4726297b89c3ba (diff) | |
parent | dcb0c47773c0bcb8162f9d6100e8a6a3a1ae36c7 (diff) | |
download | pleroma-0d8c2827e16ba310904a11321608dfa5fc600f6f.tar.gz pleroma-0d8c2827e16ba310904a11321608dfa5fc600f6f.zip |
Merge branch 'develop' of git.pleroma.social:pleroma/pleroma into release/2.8.0
Diffstat (limited to 'mix.exs')
-rw-r--r-- | mix.exs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -132,7 +132,8 @@ defmodule Pleroma.Mixfile do # Type `mix help deps` for examples and options. defp deps do [ - {:phoenix, "~> 1.7.3"}, + {:phoenix, + git: "https://github.com/feld/phoenix", branch: "v1.7.14-websocket-headers", override: true}, {:phoenix_ecto, "~> 4.4"}, {:ecto_sql, "~> 3.10"}, {:ecto_enum, "~> 1.4"}, |