Add :dev to plug_cowboy dependency in explorer

* The iex was not initiating due to this dependency
pull/1249/head
Amanda Sposito 6 years ago
parent de3520667f
commit 6cb8f3f2ba
  1. 2
      apps/explorer/mix.exs

@ -101,7 +101,7 @@ defmodule Explorer.Mixfile do
github: "deadtrickster/prometheus-ecto", ref: "650a403183f6a2fb6b682d7fbcba8bf9d24fe1e4" github: "deadtrickster/prometheus-ecto", ref: "650a403183f6a2fb6b682d7fbcba8bf9d24fe1e4"
}, },
# bypass optional dependency # bypass optional dependency
{:plug_cowboy, "~> 1.0", only: :test}, {:plug_cowboy, "~> 1.0", only: [:dev, :test]},
{:sobelow, ">= 0.7.0", only: [:dev, :test], runtime: false}, {:sobelow, ">= 0.7.0", only: [:dev, :test], runtime: false},
# Tracing # Tracing
{:spandex, github: "spandex-project/spandex", branch: "allow-setting-trace-key", override: true}, {:spandex, github: "spandex-project/spandex", branch: "allow-setting-trace-key", override: true},

Loading…
Cancel
Save