diff --git a/mix.exs b/mix.exs index 2c193a4..a74c4ef 100644 --- a/mix.exs +++ b/mix.exs @@ -28,7 +28,7 @@ defmodule ExVCR.Mixfile do {:httpotion, "~> 0.2", optional: true}, {:httpoison, github: "edgurgel/httpoison", optional: true}, {:excoveralls, "~> 0.3", only: :dev}, - {:http_server, github: "parroty/http_server", only: :test} + {:http_server, github: "parroty/http_server", only: [:dev, :test]} ] end diff --git a/mix.lock b/mix.lock index a4eb315..a7f3ad1 100644 --- a/mix.lock +++ b/mix.lock @@ -4,7 +4,7 @@ "excoveralls": {:package, "0.3.1"}, "hackney": {:git, "git://github.com/benoitc/hackney.git", "cf90543f9cc21ffea34d71035521b0102b8555cf", [ref: "cf90543f9cc21ffea34d71035521b0102b8555cf"]}, "hackney_lib": {:git, "https://github.com/benoitc/hackney_lib.git", "48a5a3fc64892c95e4e3efdd464f26ca5683d2f9", [tag: "0.3.0"]}, - "http_server": {:git, "git://github.com/parroty/http_server.git", "5500514a82de7fd8211ce7013a628847fff11532", []}, + "http_server": {:git, "git://github.com/parroty/http_server.git", "debdaee9d3598c01bfd5cd5fabe67c56703698a4", []}, "httpoison": {:git, "git://github.com/edgurgel/httpoison.git", "7f4f32a502d488693b6af469f2b5b5268bb5173c", []}, "httpotion": {:package, "0.2.4"}, "ibrowse": {:git, "git://github.com/cmullaparthi/ibrowse.git", "866b0ff5aca229f1ef53653eabc8ed1720c13cd6", [ref: "866b0ff5aca229f1ef53653eabc8ed1720c13cd6"]},