X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=5484c43ef53a299e5da4099b9bb02cbc523d04be;hb=e6f036b9adf91aa81afc676c13ccecf04359241c;hp=9fdf6e83a3016098452a92fd6feed569352e486e;hpb=45c67550f548289004506367df51a68c2782d70f;p=akkoma diff --git a/mix.exs b/mix.exs index 9fdf6e83a..5484c43ef 100644 --- a/mix.exs +++ b/mix.exs @@ -108,7 +108,7 @@ defmodule Pleroma.Mixfile do {:ex_aws, "~> 2.0"}, {:ex_aws_s3, "~> 2.0"}, {:earmark, "~> 1.3"}, - {:bbcode, "~> 0.1"}, + {:bbcode, "~> 0.1.1"}, {:ex_machina, "~> 2.3", only: :test}, {:credo, "~> 0.9.3", only: [:dev, :test]}, {:mock, "~> 0.3.3", only: :test}, @@ -213,7 +213,7 @@ defmodule Pleroma.Mixfile do true <- branch_name != "master" do branch_name = String.trim(branch_name) - |> String.replace(~r/\W+/, "-") + |> String.replace(~r/[^0-9a-z\-\.]+/i, "-") "-" <> branch_name end