Skip to content

Commit

Permalink
released versions of patched dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vtnate committed Jan 9, 2024
1 parent 7c4dc50 commit 8fd172c
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: 'dependency-patch'
# 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.1'
end

0 comments on commit 8fd172c

Please sign in to comment.