From ae02cee78160306e1a343e0a5e26ae3c6e41ad87 Mon Sep 17 00:00:00 2001 From: "Stephen M. Pallen" Date: Sat, 23 Apr 2016 21:04:06 -0400 Subject: [PATCH] fix ex_doc deps --- mix.exs | 6 ++---- mix.lock | 14 +++++++------- 2 files changed, 9 insertions(+), 11 deletions(-) diff --git a/mix.exs b/mix.exs index 86e0909e..b0077e07 100644 --- a/mix.exs +++ b/mix.exs @@ -36,16 +36,14 @@ defmodule ExAdmin.Mixfile do {:phoenix_ecto, "~> 2.0"}, {:cowboy, "~> 1.0"}, {:phoenix_html, "~> 2.5"}, - {:phoenix_live_reload, "~> 1.0", only: :dev}, {:factory_girl_elixir, "~> 0.1.1"}, - {:pavlov, "~> 0.1.2", only: :test}, {:inflex, "~> 1.5"}, {:xain, "~> 0.5.2"}, {:scrivener, "~> 1.0"}, {:csvlixir, "~> 1.0.0"}, {:exactor, "~> 2.2.0"}, - {:ex_doc, "~> 0.10.0", only: :dev}, - {:earmark, ">= 0.0.0", only: :dev}, + {:ex_doc, "~> 0.11", only: :docs}, + {:earmark, "~> 0.1", only: :docs}, {:ex_queb, "~> 0.1"}, ] end diff --git a/mix.lock b/mix.lock index 217324a7..7356e986 100644 --- a/mix.lock +++ b/mix.lock @@ -6,25 +6,25 @@ "decimal": {:hex, :decimal, "1.1.1"}, "earmark": {:hex, :earmark, "0.2.1"}, "ecto": {:hex, :ecto, "1.1.5"}, - "ex_doc": {:hex, :ex_doc, "0.10.0"}, + "ex_doc": {:hex, :ex_doc, "0.11.4"}, "ex_form": {:git, "https://github.com/smpallen99/ex_form.git", "6d08d449b112f89e48279daeca74b2b42a16fdda", []}, - "ex_queb": {:git, "https://github.com/E-MetroTel/ex_queb.git", "8b61f174abafdb5b558f5afeb56f5f96844b09b2", []}, + "ex_queb": {:hex, :ex_queb, "0.1.1"}, "exactor": {:hex, :exactor, "2.2.0"}, "factory_girl_elixir": {:hex, :factory_girl_elixir, "0.1.1"}, "fs": {:hex, :fs, "0.9.2"}, - "inflex": {:git, "https://github.com/smpallen99/inflex.git", "b7cef2d0e23ab5022595842e237611910c29d96d", []}, + "inflex": {:hex, :inflex, "1.5.0"}, "mariaex": {:hex, :mariaex, "0.6.2"}, "meck": {:hex, :meck, "0.8.4"}, "pavlov": {:hex, :pavlov, "0.1.2"}, "phoenix": {:hex, :phoenix, "1.1.2"}, "phoenix_ecto": {:hex, :phoenix_ecto, "2.0.0"}, "phoenix_haml": {:hex, :phoenix_haml, "0.1.2"}, - "phoenix_html": {:hex, :phoenix_html, "2.3.1"}, + "phoenix_html": {:hex, :phoenix_html, "2.5.1"}, "phoenix_live_reload": {:hex, :phoenix_live_reload, "1.0.3"}, - "plug": {:hex, :plug, "1.1.0"}, + "plug": {:hex, :plug, "1.1.4"}, "poison": {:hex, :poison, "1.5.2"}, "poolboy": {:hex, :poolboy, "1.5.1"}, - "ranch": {:hex, :ranch, "1.2.0"}, + "ranch": {:hex, :ranch, "1.2.1"}, "sass_elixir": {:hex, :sass_elixir, "0.0.1"}, "scrivener": {:hex, :scrivener, "1.1.4"}, - "xain": {:git, "https://github.com/smpallen99/xain.git", "873a093453dfb23d95ef993077f9331bf87f04b3", []}} + "xain": {:hex, :xain, "0.5.2"}}