Skip to content

Commit

Permalink
Merge pull request #56 from carbonfive/tentacat-0.9
Browse files Browse the repository at this point in the history
tentacat 0.9 tag
  • Loading branch information
outofambit authored Apr 6, 2018
2 parents 35de5ee + 372b51b commit ae0578a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@ defmodule Funnel.Mixfile do
[
{:cowboy, "~> 1.0"},
{:plug, "~> 1.0"},
# {:tentacat, "~> 0.9"},
{:tentacat, github: "edgurgel/tentacat", ref: "3bbb9990aafad0a7232d302526ca00e282e7ba43"},
{:tentacat, "~> 0.9"},
{:poison, "~> 3.0"},
{:ex_machina, "~> 2.1", only: :test},
{:mock, "~> 0.3", only: :test},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"postgrex": {:hex, :postgrex, "0.13.5", "3d931aba29363e1443da167a4b12f06dcd171103c424de15e5f3fc2ba3e6d9c5", [:mix], [{:connection, "~> 1.0", [hex: :connection, repo: "hexpm", optional: false]}, {:db_connection, "~> 1.1", [hex: :db_connection, repo: "hexpm", optional: false]}, {:decimal, "~> 1.0", [hex: :decimal, repo: "hexpm", optional: false]}], "hexpm"},
"ranch": {:hex, :ranch, "1.3.2", "e4965a144dc9fbe70e5c077c65e73c57165416a901bd02ea899cfd95aa890986", [:rebar3], [], "hexpm"},
"ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.1", "28a4d65b7f59893bc2c7de786dec1e1555bd742d336043fe644ae956c3497fbe", [:make, :rebar], [], "hexpm"},
"tentacat": {:git, "https://github.com/edgurgel/tentacat.git", "3bbb9990aafad0a7232d302526ca00e282e7ba43", [ref: "3bbb9990aafad0a7232d302526ca00e282e7ba43"]},
"tentacat": {:hex, :tentacat, "0.9.0", "c773d6d3def1a37296330c2787549c0f0f507f45b3a580d32d7d8aa3fdd56d3f", [:mix], [{:exjsx, "~> 4.0", [hex: :exjsx, repo: "hexpm", optional: false]}, {:httpoison, "~> 0.8", [hex: :httpoison, repo: "hexpm", optional: false]}], "hexpm"},
"unicode_util_compat": {:hex, :unicode_util_compat, "0.3.1", "a1f612a7b512638634a603c8f401892afbf99b8ce93a45041f8aaca99cadb85e", [:rebar3], [], "hexpm"},
}

0 comments on commit ae0578a

Please sign in to comment.