Skip to content

Commit

Permalink
update trubo_ecto.
Browse files Browse the repository at this point in the history
  • Loading branch information
zven21 committed Jul 31, 2018
1 parent afbc3f8 commit 9897c32
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 @@ -60,7 +60,7 @@ defmodule Mipha.Mixfile do
{:jason, "~> 1.1"},
{:poison, "~> 3.0", override: true},
{:captcha, github: "zven21/elixir-captcha"},
{:trubo_ecto, "0.1.0"},
{:trubo_ecto, "0.1.1"},
{:trubo_html, "0.1.0"},
{:remote_ip, "~> 0.1.4"},
{:plug_attack, "~> 0.3.1"},
Expand Down
2 changes: 1 addition & 1 deletion mix.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"sentry": {:hex, :sentry, "6.4.1", "882287f1f3167dc4794865124977e2d88878d51d19930c0d0e7cc3a663a4a181", [:mix], [{:hackney, "~> 1.8 or 1.6.5", [hex: :hackney, repo: "hexpm", optional: false]}, {:phoenix, "~> 1.3", [hex: :phoenix, repo: "hexpm", optional: true]}, {:plug, "~> 1.6", [hex: :plug, repo: "hexpm", optional: true]}, {:poison, "~> 1.5 or ~> 2.0 or ~> 3.0", [hex: :poison, repo: "hexpm", optional: false]}], "hexpm"},
"ssl_verify_fun": {:hex, :ssl_verify_fun, "1.1.1", "28a4d65b7f59893bc2c7de786dec1e1555bd742d336043fe644ae956c3497fbe", [:make, :rebar], [], "hexpm"},
"timex": {:hex, :timex, "3.3.0", "e0695aa0ddb37d460d93a2db34d332c2c95a40c27edf22fbfea22eb8910a9c8d", [:mix], [{:combine, "~> 0.10", [hex: :combine, repo: "hexpm", optional: false]}, {:gettext, "~> 0.10", [hex: :gettext, repo: "hexpm", optional: false]}, {:tzdata, "~> 0.1.8 or ~> 0.5", [hex: :tzdata, repo: "hexpm", optional: false]}], "hexpm"},
"trubo_ecto": {:hex, :trubo_ecto, "0.1.0", "a337c639755a824b6e9b6e94ba077bcd717aeaf8f29cbba42f98ae6537bbbedc", [:mix], [{:ecto, "~> 2.2", [hex: :ecto, repo: "hexpm", optional: false]}], "hexpm"},
"trubo_ecto": {:hex, :trubo_ecto, "0.1.1", "31672c9db140fa13a6bbfcfa465ed6360988ef2d90ab2a1bf6cffa2d4cd28e53", [:mix], [{:ecto, "~> 2.2", [hex: :ecto, repo: "hexpm", optional: false]}], "hexpm"},
"trubo_html": {:hex, :trubo_html, "0.1.0", "5a854ed26e3f516565d4e8d35b1530fcab670683cb4f14bfb5d0a88f5dad3c1b", [:mix], [{:phoenix_html, "~> 2.11", [hex: :phoenix_html, repo: "hexpm", optional: false]}], "hexpm"},
"tzdata": {:hex, :tzdata, "0.5.17", "50793e3d85af49736701da1a040c415c97dc1caf6464112fd9bd18f425d3053b", [:mix], [{:hackney, "~> 1.0", [hex: :hackney, repo: "hexpm", optional: false]}], "hexpm"},
"ueberauth": {:hex, :ueberauth, "0.5.0", "4570ec94d7f784dc4c4aa94c83391dbd9b9bd7b66baa30e95a666c5ec1b168b1", [:mix], [{:plug, "~> 1.2", [hex: :plug, repo: "hexpm", optional: false]}], "hexpm"},
Expand Down

0 comments on commit 9897c32

Please sign in to comment.