summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-04-15 15:26:55 +0000
committerHaelwenn <contact+git.pleroma.social@hacktivis.me>2020-04-15 15:26:55 +0000
commitb1c1d2e5e1e1c43a068a7223f9ba69c689c878a3 (patch)
treea73596260c91f0008427eeee8501b43b37636412 /mix.exs
parentad8630b95a691d01ec49344fd1a7578860728d63 (diff)
parent22bde21c4f1a84a1fbe733070e8926366a3c01dc (diff)
downloadpleroma-b1c1d2e5e1e1c43a068a7223f9ba69c689c878a3.tar.gz
pleroma-b1c1d2e5e1e1c43a068a7223f9ba69c689c878a3.zip
Merge branch 'fix/1659-rate-limiter' into 'develop'
remote_ip plug adds remote_ip_found flag Closes #1659 See merge request pleroma/pleroma!2390
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mix.exs b/mix.exs
index c781995e0..c5e5fd432 100644
--- a/mix.exs
+++ b/mix.exs
@@ -183,7 +183,7 @@ defmodule Pleroma.Mixfile do
{:flake_id, "~> 0.1.0"},
{:remote_ip,
git: "https://git.pleroma.social/pleroma/remote_ip.git",
- ref: "825dc00aaba5a1b7c4202a532b696b595dd3bcb3"},
+ ref: "b647d0deecaa3acb140854fe4bda5b7e1dc6d1c8"},
{:captcha,
git: "https://git.pleroma.social/pleroma/elixir-libraries/elixir-captcha.git",
ref: "e0f16822d578866e186a0974d65ad58cddc1e2ab"},