Skip to content

Commit

Permalink
use patched dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Jan 9, 2024
1 parent ba3ffba commit 7c4dc50
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 @@ -41,7 +41,7 @@ allow_local = ENV['FAVOR_LOCAL_GEMS']
# if allow_local && File.exist?('../urbanopt-reporting-gem')
# gem 'urbanopt-reporting', path: '../urbanopt-reporting-gem'
# elsif allow_local
# gem 'urbanopt-reporting', github: 'URBANopt/urbanopt-reporting-gem', branch: 'develop'
gem 'urbanopt-reporting', github: 'URBANopt/urbanopt-reporting-gem', branch: 'dependency-patch'
# end

# if allow_local && File.exist?('../openstudio-load-flexibility-measures-gem')
Expand Down
2 changes: 1 addition & 1 deletion urbanopt-scenario-gem.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'simplecov-lcov', '~> 0.8.0'
spec.add_runtime_dependency 'sqlite3', '~> 1.6.0'
spec.add_runtime_dependency 'urbanopt-core', '~> 0.11.0'
spec.add_runtime_dependency 'urbanopt-reporting', '~> 0.9.0'
# spec.add_runtime_dependency 'urbanopt-reporting', '~> 0.9.0'
end

0 comments on commit 7c4dc50

Please sign in to comment.