diff options
author | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-30 12:47:12 +0300 |
---|---|---|
committer | Alexander Strizhakov <alex.strizhakov@gmail.com> | 2020-03-30 12:47:12 +0300 |
commit | 1fcdcb12a717fa3dbd54a5c3778bd216df6449ad (patch) | |
tree | 701dfc23c7c92ff99784cc3628bf322b2519e88f /mix.exs | |
parent | 2afc7a9112fc11bc51abc2b65aea03d6d5045695 (diff) | |
download | pleroma-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.exs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"}, |