Skip to content

Commit

Permalink
Merge pull request #64 from NREL/os39-fix
Browse files Browse the repository at this point in the history
Update dependencies for OS 3.9
  • Loading branch information
kflemin authored Jan 10, 2025
2 parents cb9f575 + 6d168cb commit 85fe074
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# OpenStudio(R) EE Gem

## Version 0.11.1
* Update additional dependencies for OpenStudio 3.9

## Version 0.11.0
* Support for OpenStudio 3.9 (upgrade to standards gem 0.7.0, extension gem 0.8.1)

Expand Down
2 changes: 1 addition & 1 deletion lib/openstudio/ee_measures/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

module OpenStudio
module EeMeasures
VERSION = '0.11.0'
VERSION = '0.11.1'
end
end
4 changes: 2 additions & 2 deletions openstudio-ee.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = '~> 3.2.2'

spec.add_dependency 'bundler', '~> 2.4.10'
spec.add_dependency 'openstudio-extension', '~> 0.8.2'
spec.add_dependency 'openstudio-standards', '0.7.0'
spec.add_dependency 'openstudio-extension', '~> 0.8.3'
spec.add_dependency 'openstudio-standards', '0.7.1'
spec.add_dependency 'multipart-post', '2.4.0'
spec.add_dependency 'addressable', '2.8.1'

Expand Down

0 comments on commit 85fe074

Please sign in to comment.