Skip to content

Commit

Permalink
Merge pull request #15 from nickcampbell18/master
Browse files Browse the repository at this point in the history
Upgrade ibrowse dependency for R18 support
  • Loading branch information
danielberkompas committed Sep 20, 2015
2 parents 3224701 + 347824e commit c4adbec
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 @@ -35,7 +35,7 @@ defmodule ExTwilio.Mixfile do
# Type `mix help deps` for more examples and options
defp deps do
[
{:ibrowse, github: "cmullaparthi/ibrowse", tag: "v4.1.1"},
{:ibrowse, github: "cmullaparthi/ibrowse", tag: "v4.1.2"},
{:httpotion, "~> 2.1.0"},
{:poison, "~> 1.4"},
{:inflex, "~> 1.0.0"},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"hackney": {:hex, :hackney, "1.0.6"},
"httpoison": {:hex, :httpoison, "0.6.2"},
"httpotion": {:hex, :httpotion, "2.1.0"},
"ibrowse": {:git, "git://github.com/cmullaparthi/ibrowse.git", "d2e369ff42666c3574b8b7ec26f69027895c4d94", [tag: "v4.1.1"]},
"ibrowse": {:git, "git://github.com/cmullaparthi/ibrowse.git", "ea3305d21f37eced4fac290f64b068e56df7de80", [tag: "v4.1.2"]},
"idna": {:hex, :idna, "1.0.2"},
"inch_ex": {:hex, :inch_ex, "0.2.4"},
"inflex": {:hex, :inflex, "1.0.0"},
Expand Down

0 comments on commit c4adbec

Please sign in to comment.