updating gun with bug fix

https://github.com/ninenines/gun/issues/222
This commit is contained in:
Alexander Strizhakov 2020-03-30 12:47:12 +03:00
commit 1fcdcb12a7
No known key found for this signature in database
GPG key ID: 022896A53AEF1381
3 changed files with 13 additions and 22 deletions

View file

@ -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"},