X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=mix.exs;h=b7b9d534df940fbf2acf818ee68dac1f36a720ed;hb=c1665fd94de456768ddd59b8873d1bd26878970d;hp=c859bed40f5a69de1e06f0fb1888b6e2bccef01e;hpb=d26998c2ac4592471ec38b9bb63366ea29219749;p=akkoma diff --git a/mix.exs b/mix.exs index c859bed40..b7b9d534d 100644 --- a/mix.exs +++ b/mix.exs @@ -87,7 +87,7 @@ defmodule Pleroma.Mixfile do {:bbcode, "~> 0.1"}, {:ex_machina, "~> 2.3", only: :test}, {:credo, "~> 0.9.3", only: [:dev, :test]}, - {:mock, "~> 0.3.1", only: :test}, + {:mock, "~> 0.3.3", only: :test}, {:crypt, git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"}, {:cors_plug, "~> 1.5"}, @@ -113,7 +113,9 @@ defmodule Pleroma.Mixfile do {:recon, github: "ferd/recon", tag: "2.4.0"}, {:quack, "~> 0.1.1"}, {:benchee, "~> 1.0"}, - {:esshd, "~> 0.1.0"} + {:esshd, "~> 0.1.0"}, + {:ex_rated, "~> 1.2"}, + {:plug_static_index_html, "~> 1.0.0"} ] ++ oauth_deps end