Merge branch 'minor_fix_webfinger' into 'master'

Minor change on web_finger_controller

See merge request framasoft/mobilizon!115
This commit is contained in:
Thomas Citharel
2019-04-18 10:53:09 +02:00
6 changed files with 240 additions and 137 deletions

View File

@@ -54,7 +54,7 @@ defmodule Mobilizon.Mixfile do
{:phoenix, "~> 1.4.0"},
{:phoenix_pubsub, "~> 1.0"},
{:phoenix_ecto, "~> 4.0"},
{:postgrex, ">= 0.0.0"},
{:postgrex, ">= 0.14.2"},
{:phoenix_html, "~> 2.10"},
{:gettext, "~> 0.11"},
{:cowboy, "~> 2.6"},
@@ -95,7 +95,7 @@ defmodule Mobilizon.Mixfile do
{:phoenix_live_reload, "~> 1.2", only: :dev},
{:ex_machina, "~> 2.3", only: [:dev, :test]},
{:excoveralls, "~> 0.10", only: :test},
{:ex_doc, "~> 0.16", only: [:dev, :test], runtime: false},
{:ex_doc, "~> 0.20.2", only: [:dev, :test], runtime: false},
{:mix_test_watch, "~> 0.5", only: :dev, runtime: false},
{:ex_unit_notifier, "~> 0.1", only: :test},
{:dialyxir, "~> 1.0.0-rc.4", only: [:dev], runtime: false},