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'