From 0e944b958b4af8b8a7c25713ac374e5eb2731cde Mon Sep 17 00:00:00 2001 From: Daniel Patterson Date: Tue, 23 Sep 2014 22:53:10 -0400 Subject: [PATCH] add missing dependency on fork of DF with workaround for bug in snap file upload handling --- Rivetfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Rivetfile b/Rivetfile index 98733de..b82940b 100644 --- a/Rivetfile +++ b/Rivetfile @@ -1,5 +1,8 @@ database-password = "111" -dependencies = ["dbp/migrate","dbp/hspec-snap"] +dependencies = ["dbp/migrate" + ,"dbp/hspec-snap" + ,"positioncoop/digestive-functors+digestive-functors-snap" + ] stage-host = "host@stage.skilltree.dbpapp.com" prod-host = "host@stage.skilltree.dbpapp.com"