Skip to content

Commit

Permalink
Point gems to most updated gems to avoid conflict
Browse files Browse the repository at this point in the history
wenyikuang committed May 4, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 057bd66 commit 3d40aa9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -53,11 +53,11 @@ elsif !FINAL_PACKAGE
gem 'tbd', '= 3.4.1'
gem 'osut', '= 0.5.0'

gem 'openstudio-standards', '= 0.6.0.rc1', :github => 'NREL/openstudio-standards', :ref => 'v0.6.0.rc1'
gem 'openstudio-extension', '= 0.8.0',:github => 'NREL/openstudio-extension-gem', :ref => '2e86077dce1688443cca462feda3239ef47c232c'
gem 'openstudio-workflow', '= 2.4.0', :github => 'NREL/OpenStudio-workflow-gem', :ref => '32126e9b9f6bd6ed1ee55331f6dadbb3ba1e7cd2'
gem 'openstudio_measure_tester', '= 0.4.0', :github => 'NREL/OpenStudio-measure-tester-gem', :ref => '89b9b7eb5f2d2ef91e225585a09e076577f25d4a'
gem 'bcl', "= 0.8.0", :github => 'NREL/bcl-gem', :ref => '3c60cadc781410819e7c9bfb8d7ba1af146d9abd'
gem 'openstudio-standards', '= 0.6.0.rc2', :github => 'NREL/openstudio-standards', :ref => 'v0.6.0.rc2'
gem 'openstudio-extension', '= 0.8.0',:github => 'NREL/openstudio-extension-gem', :ref => 'v0.8.0'
gem 'openstudio-workflow', '= 2.4.0', :github => 'NREL/OpenStudio-workflow-gem', :ref => 'v2.4.0'
gem 'openstudio_measure_tester', '= 0.4.0', :github => 'NREL/OpenStudio-measure-tester-gem', :ref => 'v0.4.0'
gem 'bcl', "= 0.8.0", :github => 'NREL/bcl-gem', :ref => 'v0.8.0'
end

group :native_ext do
@@ -84,7 +84,7 @@ else
gem 'tbd', '= 3.4.1'
gem 'osut', '= 0.5.0'

gem 'openstudio-standards', '= 0.6.0.rc1'
gem 'openstudio-standards', '= 0.6.0.rc2'
gem 'openstudio-extension', '= 0.8.0'
gem 'openstudio-workflow', '= 2.4.0'
gem 'openstudio_measure_tester', '= 0.4.0'

0 comments on commit 3d40aa9

Please sign in to comment.