-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
19 lines (15 loc) · 1.02 KB
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
source 'http://rubygems.org'
# Specify your gem's dependencies in openstudio-model-articulation.gemspec
# library gems
# only uncomment these if need newer version that included in OpenStudio Installer
#gem 'openstudio-extension', github: 'NREL/OpenStudio-extension-gem', branch: 'develop'
#gem 'openstudio-standards', github: 'NREL/openstudio-standards', branch: 'develop'
# measure gems
# todo - I should prboably change these to specific release instead of develop before I make a branch for it
gem 'openstudio-model-articulation', github: 'NREL/openstudio-model-articulation-gem', branch: 'new_measures_oct2020_310'
gem 'openstudio-common-measures', github: 'NREL/openstudio-common-measures-gem', branch: 'develop'
gem 'openstudio-ee', github: 'NREL/openstudio-ee-gem', branch: 'develop'
gem 'openstudio-aedg', github: 'NREL/openstudio-aedg-gem', branch: 'develop'
gem 'openstudio-calibration-measures', github: 'NREL/openstudio-calibration-gem', branch: 'develop'
# other gems
gem 'parallel', '~> 1.19', '>= 1.19.2'