Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
parroty committed Dec 20, 2015
1 parent e5b0077 commit b1c4ab6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- Replaces ExTwitter.request_token/0 with ExTwitter.request_token/1 which has redirect_url parameter.
- Removes redirect_url paramter from ExTwitter.authorize_url.
- Removes redirect_url paramter from ExTwitter.authenticate_url.
* Update versions of dependent modules.

0.5.5
------
Expand Down
10 changes: 5 additions & 5 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ defmodule ExTwitter.Mixfile do
def deps do
[
{:oauth, github: "tim/erlang-oauth"},
{:poison, "~> 1.3"},
{:timex, "~> 0.13"},
{:exvcr, "~> 0.5", only: :test},
{:poison, "~> 1.5"},
{:timex, "~> 0.19"},
{:exvcr, "~> 0.6", only: :test},
{:excoveralls, "~> 0.4", only: :test},
{:meck, "~> 0.8.2", only: [:dev, :test]},
{:mock, github: "parroty/mock", only: [:dev, :test], branch: "fix"},
{:ex_doc, "~> 0.10", only: :docs},
{:ex_doc, "~> 0.11", only: :docs},
{:earmark, "~> 0.1", only: :docs},
{:inch_ex, "~> 0.2", only: :docs},
{:inch_ex, "~> 0.4", only: :docs},
{:benchfella, github: "alco/benchfella", only: :dev}
]
end
Expand Down
12 changes: 7 additions & 5 deletions mix.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
%{"benchfella": {:git, "https://github.com/alco/benchfella.git", "9513b94538fd3df28d12e3b999d397658146c005", []},
"certifi": {:hex, :certifi, "0.3.0"},
"combine": {:hex, :combine, "0.5.2"},
"earmark": {:hex, :earmark, "0.1.17"},
"ex_doc": {:hex, :ex_doc, "0.10.0"},
"exactor": {:hex, :exactor, "2.1.2"},
"earmark": {:hex, :earmark, "0.1.19"},
"ex_doc": {:hex, :ex_doc, "0.11.2"},
"exactor": {:hex, :exactor, "2.2.0"},
"excoveralls": {:hex, :excoveralls, "0.4.0"},
"exjsx": {:hex, :exjsx, "3.2.0"},
"exvcr": {:hex, :exvcr, "0.5.0"},
"hackney": {:hex, :hackney, "1.3.2"},
"exvcr": {:hex, :exvcr, "0.6.1"},
"hackney": {:hex, :hackney, "1.4.7"},
"httpoison": {:hex, :httpoison, "0.7.1"},
"httpotion": {:hex, :httpotion, "0.2.4"},
"idna": {:hex, :idna, "1.0.2"},
Expand All @@ -15,6 +16,7 @@
"json": {:git, "git://github.com/cblage/elixir-json.git", "725ea02b992aba35c18d0e9c7c3da54689670baf", []},
"jsx": {:hex, :jsx, "2.6.2"},
"meck": {:hex, :meck, "0.8.3"},
"mimerl": {:hex, :mimerl, "1.0.2"},
"mock": {:git, "https://github.com/parroty/mock.git", "33d095a9b028f9f97f6d506ae6b2feb34630fdc5", [branch: "fix"]},
"oauth": {:git, "https://github.com/tim/erlang-oauth.git", "2ee206ea921722893200a0ad534c6b6130233325", []},
"poison": {:hex, :poison, "1.5.0"},
Expand Down

0 comments on commit b1c4ab6

Please sign in to comment.