-
Notifications
You must be signed in to change notification settings - Fork 195
/
Copy pathGemfile
22 lines (16 loc) · 1.12 KB
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# gems in this file are packaged into openstudio.exe
# gems listed here should not have binary components
# gems listed here must be able to read resource files from the embedded files location
# need to adjust hard coded paths in embedded_help.rb
source 'http://rubygems.org'
gem 'openstudio-workflow', '= 1.3.3'
#gem 'openstudio-workflow', :github => 'NREL/OpenStudio-workflow-gem', :ref => '3e62211b29e28d341c4a84794f35a772c91a2145'
gem 'openstudio-standards', '= 0.2.7'
#gem 'openstudio-standards', :github => 'NREL/openstudio-standards', :ref => '77cc9971e00b603224a074bb21ce44aa61de7c3d'
gem 'simplecov', :github => 'NREL/simplecov', :ref => '98c33ffcb40fe867857a44b4d1a308f015b32e27'
gem 'openstudio_measure_tester', '= 0.1.6' # This includes the dependencies for running unit tests, coverage, and rubocop
#gem 'openstudio_measure_tester', :github => 'NREL/OpenStudio-measure-tester-gem', :ref => 'c4db66e2b13214aeef2556aff441d401c7c1a9b9'
#gem 'rspec', '= 3.5.0' # TODO: is this still needed? Measures use minitest.
#gem 'test-unit-minitest', '= 0.9.1' # TODO: is this still needed?
gem 'bundler', '= 1.14.4'
gem 'parallel', '= 1.12.1'