[#396] Updated `ex_doc` version spec. Updated README to reflect Elixir version.
authorIvan Tashkinov <ivantashkinov@gmail.com>
Thu, 27 Dec 2018 13:32:47 +0000 (16:32 +0300)
committerIvan Tashkinov <ivantashkinov@gmail.com>
Thu, 27 Dec 2018 13:32:47 +0000 (16:32 +0300)
README.md
mix.exs

index c76a1cbe56e5385674b1627e2d6f92e2e0e7a836..234a4b6c45b8448acc4b25e245ea66f60ceb946b 100644 (file)
--- a/README.md
+++ b/README.md
@@ -30,7 +30,7 @@ While we don't provide docker files, other people have written very good ones. T
 ### Dependencies
 
 * Postgresql version 9.6 or newer
-* Elixir version 1.5 or newer. If your distribution only has an old version available, check [Elixir's install page](https://elixir-lang.org/install.html) or use a tool like [asdf](https://github.com/asdf-vm/asdf).
+* Elixir version 1.7 or newer. If your distribution only has an old version available, check [Elixir's install page](https://elixir-lang.org/install.html) or use a tool like [asdf](https://github.com/asdf-vm/asdf).
 * Build-essential tools
 
 ### Configuration
diff --git a/mix.exs b/mix.exs
index 2fdffd1a7e1288180ff4d2d95f41767052222c0f..837a005523b42a0b3292c8ca7a13c1d4b492c957 100644 (file)
--- a/mix.exs
+++ b/mix.exs
@@ -71,7 +71,7 @@ defmodule Pleroma.Mixfile do
       {:crypt,
        git: "https://github.com/msantos/crypt", ref: "1f2b58927ab57e72910191a7ebaeff984382a1d3"},
       {:cors_plug, "~> 1.5"},
-      {:ex_doc, "> 0.18.3 and < 0.20.0", only: :dev, runtime: false},
+      {:ex_doc, "~> 0.19", only: :dev, runtime: false},
       {:web_push_encryption, "~> 0.2.1"},
       {:swoosh, "~> 0.20"},
       {:gen_smtp, "~> 0.13"},