summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2020-10-07 10:23:20 -0500
committerMark Felder <feld@FreeBSD.org>2020-10-07 10:23:20 -0500
commitf3bc076f09dc6df97e3b4ff1704b41e68040354f (patch)
tree3aa9805195fa3808de98bc8234649fdecf6512eb /mix.exs
parent218a3e61e1692058aaf5f16506cbf276d2260722 (diff)
Temporarily soft-fork prometheus_ex
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs5
1 files changed, 4 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index 6ec3eab8f..185734f43 100644
--- a/mix.exs
+++ b/mix.exs
@@ -165,7 +165,10 @@ defmodule Pleroma.Mixfile do
{:telemetry, "~> 0.3"},
{:poolboy, "~> 1.5"},
{:prometheus, "~> 4.6"},
- {:prometheus_ex, "~> 3.0"},
+ {:prometheus_ex,
+ git: "https://git.pleroma.social/pleroma/elixir-libraries/prometheus.ex.git",
+ ref: "a4e9beb3c1c479d14b352fd9d6dd7b1f6d7deee5",
+ override: true},
{:prometheus_plugs, "~> 1.1"},
{:prometheus_phoenix, "~> 1.3"},
{:prometheus_ecto, "~> 1.4"},