logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 68b33723450c0034efc79db5cc51b10c29e2351d
parent: e5ac9534aa48abb3bc8abe5dda96c1969c8901e8
Author: lain <lain@soykaf.club>
Date:   Tue, 28 Jul 2020 08:40:20 +0000

Merge branch 'issue/1986-earmark' into 'develop'

[#1986] locked the earmark version

See merge request pleroma/pleroma!2800

Diffstat:

Mmix.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mix.exs b/mix.exs @@ -145,7 +145,7 @@ defmodule Pleroma.Mixfile do {:ex_aws, "~> 2.1"}, {:ex_aws_s3, "~> 2.0"}, {:sweet_xml, "~> 0.6.6"}, - {:earmark, "~> 1.3"}, + {:earmark, "1.4.3"}, {:bbcode_pleroma, "~> 0.2.0"}, {:ex_machina, "~> 2.3", only: :test}, {:credo, "~> 1.1.0", only: [:dev, :test], runtime: false},