From 5a6e688e7b2fc27b0753194584850aa6a4acf4f8 Mon Sep 17 00:00:00 2001 From: Praprost Date: Tue, 12 May 2026 07:49:47 -0600 Subject: [PATCH] update to new SHA --- resources/Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/Gemfile b/resources/Gemfile index 4c69ab934..65be110a2 100644 --- a/resources/Gemfile +++ b/resources/Gemfile @@ -12,8 +12,8 @@ gem 'rubocop-rspec' gem 'bcl', '= 0.9.1' gem 'openstudio-extension', '= 0.9.1' gem 'openstudio-workflow', '= 2.5.0' -gem 'openstudio-standards', '= 0.8.6' -# gem 'openstudio-standards', git: 'https://github.com/NREL/openstudio-standards.git', ref: 'cd105f8e8f5d0980b5d0bb2468ec89c9aa517f04' +# gem 'openstudio-standards', '= 0.8.6' +gem 'openstudio-standards', git: 'https://github.com/NREL/openstudio-standards.git', ref: '08075449c6256b4e8151957eca83a2e6ebd95759' # gem 'openstudio-standards', path: "C:/GitRepos/openstudio-standards" # Use this format when testing openstudio-standards changes locally gem 'openstudio-geb', git: 'https://github.com/LBNL-ETA/Openstudio-GEB-gem.git', ref: '87da5c2678327b73eef54d2364f46225154bb956' gem 'tbd', '= 3.4.4'