Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump openstudio extension to 0.2.4 #27

Merged
merged 3 commits into from
Jun 22, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gemspec
# Specify specific gem source/location (e.g. github branch) for running bundle in this directory
# This is needed if the version of the gem you want to use is not on rubygems

gem 'openstudio-extension', '= 0.2.3'
gem 'openstudio-extension', '= 0.2.4'

gem 'openstudio-workflow', '= 2.0.0'
#gem 'openstudio-workflow', :github => 'NREL/OpenStudio-workflow-gem', :ref => '3e62211b29e28d341c4a84794f35a772c91a2145'
Expand Down
4 changes: 2 additions & 2 deletions openstudio-gems.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Gem::Specification.new do |spec|
# gem version is specified in gemspec, gem source/location (e.g. github branch) can be specified in Gemfile
# runtime dependency versions can be loosened while in development on branches if needed
# runtime dependency versions should be specified as exact versions when merged to master or develop
spec.add_dependency 'openstudio-extension', '0.2.3'
spec.add_dependency 'openstudio-extension', '0.2.4'
spec.add_dependency 'openstudio-workflow', '2.0.0'
spec.add_dependency 'openstudio_measure_tester', '0.2.2'
spec.add_dependency 'openstudio_measure_tester', '~> 0.2.3'

spec.add_dependency 'parallel', '1.19.1'
#spec.add_dependency 'pycall', '1.3.0.dev'
Expand Down