summaryrefslogtreecommitdiff
path: root/databases/elixir-mongo/files/patch-mix.exs
blob: 086aebd2dc9485f7c2669ba0cdee878a1a700a75 (plain) (blame)
1
2
3
4
5
6
7
8
9
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