Skip to content

Commit

Permalink
Upgrade all mix deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Callum Barratt committed Apr 14, 2016
1 parent 40252da commit 6d0f99b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 12 deletions.
4 changes: 2 additions & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ defmodule Callum.Mixfile do
defp deps do
[
{:phoenix, "~> 1.1.2"},
{:phoenix_ecto, "~> 3.0.0-beta"},
{:phoenix_ecto, "~> 3.0.0-beta.2"},
{:postgrex, "~> 0.11.1"},
{:phoenix_html, "~> 2.3"},
{:phoenix_live_reload, "~> 1.0", only: :dev},
{:gettext, "~> 0.9"},
{:httpoison, "~> 0.8"},
{:httpoison, "~> 0.8.3"},
{:timex, "~> 1.0.0"},
{:cowboy, "~> 1.0"},
{:ex_machina, "~> 0.6.1", only: :test}
Expand Down
12 changes: 6 additions & 6 deletions mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@
"connection": {:hex, :connection, "1.0.2"},
"cowboy": {:hex, :cowboy, "1.0.4"},
"cowlib": {:hex, :cowlib, "1.0.2"},
"db_connection": {:hex, :db_connection, "0.2.4"},
"db_connection": {:hex, :db_connection, "0.2.5"},
"decimal": {:hex, :decimal, "1.1.1"},
"ecto": {:hex, :ecto, "2.0.0-beta.1"},
"ecto": {:hex, :ecto, "2.0.0-beta.2"},
"ex_machina": {:hex, :ex_machina, "0.6.1"},
"fs": {:hex, :fs, "0.9.2"},
"gettext": {:hex, :gettext, "0.10.0"},
"hackney": {:hex, :hackney, "1.5.7"},
"httpoison": {:hex, :httpoison, "0.8.2"},
"gettext": {:hex, :gettext, "0.11.0"},
"hackney": {:hex, :hackney, "1.6.0"},
"httpoison": {:hex, :httpoison, "0.8.3"},
"idna": {:hex, :idna, "1.2.0"},
"metrics": {:hex, :metrics, "1.0.1"},
"mimerl": {:hex, :mimerl, "1.0.2"},
"phoenix": {:hex, :phoenix, "1.1.4"},
"phoenix_ecto": {:hex, :phoenix_ecto, "3.0.0-beta.1"},
"phoenix_ecto": {:hex, :phoenix_ecto, "3.0.0-beta.2"},
"phoenix_html": {:hex, :phoenix_html, "2.5.1"},
"phoenix_live_reload": {:hex, :phoenix_live_reload, "1.0.3"},
"plug": {:hex, :plug, "1.1.3"},
Expand Down
4 changes: 0 additions & 4 deletions web/router.ex
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@ defmodule Callum.Router do
plug :put_secure_browser_headers
end

pipeline :api do
plug :accepts, ["json"]
end

scope "/", Callum do
pipe_through :browser

Expand Down

0 comments on commit 6d0f99b

Please sign in to comment.