Skip to content

Commit 17e70b0

Browse files
committed
Advance ahead a few Ecto revisions.
Last Ecto commit that is known to pass unit tests with current source.
1 parent f0d57fd commit 17e70b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ defmodule Sqlite.Ecto.Mixfile do
3333
defp deps do
3434
[{:coverex, "~> 1.4.11", only: :coverage},
3535
{:ex_doc, "~> 0.14.5", only: :dev},
36-
{:ecto, git: "https://github.com/scouten/ecto.git", ref: "34b9e9fefcb7aab890981dddbc8a7043582aa9c8"},
36+
{:ecto, git: "https://github.com/scouten/ecto.git", ref: "f7290c877aa15880ffb17d1555f74d0e6b7a0e1e"},
3737
{:poison, "~> 1.0"},
3838
{:sqlitex, git: "https://github.com/scouten/sqlitex.git", ref: "c997c613a69ece59d8dd6b7e7ee557d4c4a1c709"}]
3939
end

mix.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"coverex": {:hex, :coverex, "1.4.11", "fb963586be173e0e5253b200ca624e2708ed5dbe58b90ddbed27184a1f46d61e", [:mix], [{:hackney, "~> 1.5", [hex: :hackney, optional: false]}, {:poison, "~> 1.5 or ~> 2.0", [hex: :poison, optional: false]}]},
33
"decimal": {:hex, :decimal, "1.1.1", "a8ff5b673105e6cdaca96f799aeefc6f07142881b616c65db16e14e556b16e76", [:mix], []},
44
"earmark": {:hex, :earmark, "1.0.3", "89bdbaf2aca8bbb5c97d8b3b55c5dd0cff517ecc78d417e87f1d0982e514557b", [:mix], []},
5-
"ecto": {:git, "https://github.com/scouten/ecto.git", "34b9e9fefcb7aab890981dddbc8a7043582aa9c8", [ref: "34b9e9fefcb7aab890981dddbc8a7043582aa9c8"]},
5+
"ecto": {:git, "https://github.com/scouten/ecto.git", "f7290c877aa15880ffb17d1555f74d0e6b7a0e1e", [ref: "f7290c877aa15880ffb17d1555f74d0e6b7a0e1e"]},
66
"esqlite": {:hex, :esqlite, "0.2.1", "0e2896f177180b33e5a8fe65342b4e81de46e0db59e4cbf6e8b9101e98d423fd", [:make, :rebar], []},
77
"ex_doc": {:hex, :ex_doc, "0.14.5", "c0433c8117e948404d93ca69411dd575ec6be39b47802e81ca8d91017a0cf83c", [:mix], [{:earmark, "~> 1.0", [hex: :earmark, optional: false]}]},
88
"hackney": {:hex, :hackney, "1.6.5", "8c025ee397ac94a184b0743c73b33b96465e85f90a02e210e86df6cbafaa5065", [:rebar3], [{:certifi, "0.7.0", [hex: :certifi, optional: false]}, {:idna, "1.2.0", [hex: :idna, optional: false]}, {:metrics, "1.0.1", [hex: :metrics, optional: false]}, {:mimerl, "1.0.2", [hex: :mimerl, optional: false]}, {:ssl_verify_fun, "1.1.1", [hex: :ssl_verify_fun, optional: false]}]},

0 commit comments

Comments
 (0)