X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=mix.exs;h=2888b69e22c31e4ad5371894dac61cc606bc299d;hb=718b59a2631af6245570a073e3c5b2464b810a27;hp=5600aaa4228e65ffaf0f20fc573f83fe10d71cff;hpb=8d13c42926450aff6a0062f092cd1a5d59f99869;p=akkoma diff --git a/mix.exs b/mix.exs index 5600aaa42..2888b69e2 100644 --- a/mix.exs +++ b/mix.exs @@ -65,7 +65,10 @@ defmodule Pleroma.Mixfile do {:plug_cowboy, "~> 2.0"}, {:phoenix_pubsub, "~> 1.1"}, {:phoenix_ecto, "~> 4.0"}, - {:ecto_sql, "~>3.0.5"}, + {:ecto_sql, + git: "https://github.com/elixir-ecto/ecto_sql", + ref: "14cb065a74c488d737d973f7a91bc036c6245f78", + override: true}, {:postgrex, ">= 0.13.5"}, {:gettext, "~> 0.15"}, {:comeonin, "~> 4.1.1"}, @@ -114,6 +117,7 @@ defmodule Pleroma.Mixfile do {:quack, "~> 0.1.1"}, {:benchee, "~> 1.0"}, {:esshd, "~> 0.1.0"}, + {:ex_rated, "~> 1.2"}, {:plug_static_index_html, "~> 1.0.0"} ] ++ oauth_deps end