Skip to content

Commit

Permalink
Merge pull request #16 from jeffweiss/update_poison_dep_version
Browse files Browse the repository at this point in the history
 pin Poison dependency to >= 1.4 and < 2
  • Loading branch information
danielberkompas committed Sep 20, 2015
2 parents 371f2b2 + 9911461 commit 3224701
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ defmodule ExTwilio.Mixfile do
[
{:ibrowse, github: "cmullaparthi/ibrowse", tag: "v4.1.1"},
{:httpotion, "~> 2.1.0"},
{:poison, "~> 1.4.0"},
{:poison, "~> 1.4"},
{:inflex, "~> 1.0.0"},
{:mock, "~> 0.1.0", only: :test},
{:ex_doc, "~> 0.7", only: :docs},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"inflex": {:hex, :inflex, "1.0.0"},
"meck": {:hex, :meck, "0.8.2"},
"mock": {:hex, :mock, "0.1.0"},
"poison": {:hex, :poison, "1.4.0"},
"poison": {:hex, :poison, "1.5.0"},
"quinn": {:hex, :quinn, "0.0.3"},
"ssl_verify_hostname": {:hex, :ssl_verify_hostname, "1.0.1"}}

0 comments on commit 3224701

Please sign in to comment.