summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-30 12:47:12 +0300
committerAlexander Strizhakov <alex.strizhakov@gmail.com>2020-03-30 12:47:12 +0300
commit1fcdcb12a717fa3dbd54a5c3778bd216df6449ad (patch)
tree701dfc23c7c92ff99784cc3628bf322b2519e88f /mix.exs
parent2afc7a9112fc11bc51abc2b65aea03d6d5045695 (diff)
downloadpleroma-1fcdcb12a717fa3dbd54a5c3778bd216df6449ad.tar.gz
pleroma-1fcdcb12a717fa3dbd54a5c3778bd216df6449ad.zip
updating gun with bug fix
https://github.com/ninenines/gun/issues/222
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 77d043d37..87c025d89 100644
--- a/mix.exs
+++ b/mix.exs
@@ -127,7 +127,7 @@ defmodule Pleroma.Mixfile do
{:castore, "~> 0.1"},
{:cowlib, "~> 2.8", override: true},
{:gun,
- github: "ninenines/gun", ref: "bd6425ab87428cf4c95f4d23e0a48fd065fbd714", override: true},
+ github: "ninenines/gun", ref: "e1a69b36b180a574c0ac314ced9613fdd52312cc", override: true},
{:jason, "~> 1.0"},
{:mogrify, "~> 0.6.1"},
{:ex_aws, "~> 2.1"},