logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: 2e7258cafd492001e91dc8af449819e087a95f0d
parent 19eeea7c121426b2ee356a5b5d9d5bd2e8ada025
Author: feld <feld@feld.me>
Date:   Fri, 12 Jul 2024 14:26:25 +0000

Merge branch 'move-poison' into 'develop'

Move poison dependency

See merge request pleroma/pleroma!4156

Diffstat:

Achangelog.d/deps-poison-test-only.skip0
Mmix.exs2+-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/changelog.d/deps-poison-test-only.skip b/changelog.d/deps-poison-test-only.skip diff --git a/mix.exs b/mix.exs @@ -152,7 +152,6 @@ defmodule Pleroma.Mixfile do {:html_entities, "~> 0.5", override: true}, {:calendar, "~> 1.0"}, {:cachex, "~> 3.2"}, - {:poison, "~> 3.0", override: true}, {:tesla, "~> 1.11"}, {:castore, "~> 0.1"}, {:cowlib, "~> 2.9", override: true}, @@ -205,6 +204,7 @@ defmodule Pleroma.Mixfile do ## dev & test {:phoenix_live_reload, "~> 1.3.3", only: :dev}, + {:poison, "~> 3.0", only: :test}, {:ex_doc, "~> 0.22", only: :dev, runtime: false}, {:ex_machina, "~> 2.4", only: :test}, {:credo, "~> 1.6", only: [:dev, :test], runtime: false},