From 43f70b08634e02195fe29b59b493f250b3f8b95b Mon Sep 17 00:00:00 2001 From: Tim Riley Date: Mon, 3 Jul 2017 12:30:41 +1000 Subject: [PATCH] Add rom-factory to local Gemfile This allows the build to pass again --- Gemfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Gemfile b/Gemfile index c9677b1..7a2ce30 100644 --- a/Gemfile +++ b/Gemfile @@ -14,6 +14,7 @@ gem "rack_csrf" gem "rack", ">= 2.0" gem "shotgun", ">= 0.9.2" gem "pg" +gem "rom-factory" gem "rom-repository" gem "rom-sql" gem "dry-matcher"