From fda808588baf714329134e8ed33c6c2bf6bf9dbf Mon Sep 17 00:00:00 2001 From: Dan Macumber Date: Mon, 11 Mar 2019 17:08:11 -0600 Subject: [PATCH] Update gems again --- openstudiocore/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openstudiocore/CMakeLists.txt b/openstudiocore/CMakeLists.txt index c69bf150659..c12c87dc077 100644 --- a/openstudiocore/CMakeLists.txt +++ b/openstudiocore/CMakeLists.txt @@ -681,8 +681,8 @@ endif() # to update the openstudio gems, you must first update the gems specified in the \dependencies\ruby\Gemfile file # next, build the openstudio-gems target of the OpenStudio super-build project (CMakeLists.txt one directory above this) # upload the openstudio-gems-DATE.tar.gz to the dependencies location on s3, then update the MD5sum and url below -set(OPENSTUDIO_GEMS_ZIP_FILENAME "openstudio3-gems-20190225.tar.gz") -set(OPENSTUDIO_GEMS_ZIP_EXPECTED_MD5 "f0ba400bf6bfce3990cc56c2388b515c") +set(OPENSTUDIO_GEMS_ZIP_FILENAME "openstudio3-gems-20190307.tar.gz") +set(OPENSTUDIO_GEMS_ZIP_EXPECTED_MD5 "3dcc9690c1a9969e0824d6e2780df56c") set(OPENSTUDIO_GEMS_ZIP_LOCAL_PATH "${CMAKE_BINARY_DIR}/${OPENSTUDIO_GEMS_ZIP_FILENAME}")