From 098d46fec849ff93ba18823331b05fc46c746074 Mon Sep 17 00:00:00 2001 From: mschmele Date: Fri, 23 Mar 2018 10:53:57 -0400 Subject: [PATCH] Update Metadata Preview gem --- collection-renderer-lib/project.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collection-renderer-lib/project.clj b/collection-renderer-lib/project.clj index fd76b39133..f7a9fa95a4 100644 --- a/collection-renderer-lib/project.clj +++ b/collection-renderer-lib/project.clj @@ -14,7 +14,7 @@ the hardcoded commit id during dev integration with cmr_metadata_preview project. The hardcoded commit id should be updated when MMT releases a new version of the gem." (or (System/getenv "CMR_METADATA_PREVIEW_COMMIT") - "3867430")) + "038b76b94f2")) (def gem-install-path "The directory within this library where Ruby gems are installed."