Skip to content

Commit

Permalink
use extension-gem branch
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Dec 26, 2024
1 parent b1a7d88 commit 20222f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allow_local = ENV['FAVOR_LOCAL_GEMS']
# if allow_local && File.exist?('../OpenStudio-extension-gem')
# gem 'openstudio-extension', path: '../OpenStudio-extension-gem'
# elsif allow_local
# gem 'openstudio-extension', github: 'NREL/OpenStudio-extension-gem', branch: 'develop'
gem 'openstudio-extension', github: 'NREL/OpenStudio-extension-gem', branch: 'bundler-hack'
# else
# gem 'openstudio-extension', '~> 0.8.1'
# end
Expand Down
2 changes: 1 addition & 1 deletion urbanopt-reopt.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
# It would be nice to be able to use newer patches of Ruby 3.2, which would require os-extension to relax its dependency on bundler.
spec.required_ruby_version = '3.2.2'

spec.add_dependency 'openstudio-extension', '~> 0.8.2'
# spec.add_dependency 'openstudio-extension', '~> 0.8.2'
# Matrix is in stdlib, but needs to be specifically added here for compatibility with Ruby 3.2
spec.add_dependency 'matrix', '~> 0.4.2'
# spec.add_dependency 'urbanopt-scenario', '~> 0.12.0'
Expand Down

0 comments on commit 20222f9

Please sign in to comment.