From ecb8d1aa8c89d12204733c20771befb2624e359f Mon Sep 17 00:00:00 2001 From: "Vanilla I. Shu" Date: Wed, 8 Jul 2015 06:22:28 +0000 Subject: Add elixir-mongo, database driver for mongodb. --- databases/elixir-mongo/files/patch-mix.exs | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 databases/elixir-mongo/files/patch-mix.exs (limited to 'databases/elixir-mongo/files/patch-mix.exs') diff --git a/databases/elixir-mongo/files/patch-mix.exs b/databases/elixir-mongo/files/patch-mix.exs new file mode 100644 index 000000000000..086aebd2dc94 --- /dev/null +++ b/databases/elixir-mongo/files/patch-mix.exs @@ -0,0 +1,10 @@ +--- mix.exs.orig 2015-07-08 05:55:21 UTC ++++ mix.exs +@@ -24,7 +24,6 @@ defmodule Mongo.Mixfile do + # Returns the list of dependencies for prod + defp deps(:prod) do + [ +- bson: "~> 0.4.3" + ] + end + -- cgit v1.2.3