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

Upgrade to OpenStudio 3.8 & Ruby 3.2 #59

Closed
wants to merge 10 commits into from
Prev Previous commit
Next Next commit
WIP: try not pinning problem dependencies
vtnate committed Jul 16, 2024
commit 989f160fff63a9dabc53b6aa19357c94af90c648
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -12,9 +12,9 @@ gemspec
allow_local = ENV['FAVOR_LOCAL_GEMS']

# pin this dependency to avoid unicode_normalize error
gem 'addressable', '2.8.1'
# gem 'addressable', '2.8.1'
# pin this dependency to avoid using racc dependency (which has native extensions)
gem 'parser', '3.2.2.2'
# gem 'parser', '3.2.2.2'

# if allow_local && File.exist?('../OpenStudio-extension-gem')
# gem 'openstudio-extension', path: '../OpenStudio-extension-gem'