Skip to content

Commit

Permalink
fix ex_doc deps
Browse files Browse the repository at this point in the history
  • Loading branch information
smpallen99 committed Apr 24, 2016
1 parent b05e9ad commit ae02cee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
6 changes: 2 additions & 4 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}

0 comments on commit ae02cee

Please sign in to comment.