Skip to content

Commit

Permalink
Merge pull request #277 from wenyikuang/os38
Browse files Browse the repository at this point in the history
Fixed(?) the regexp and core issue.
  • Loading branch information
DavidGoldwasser authored Aug 15, 2024
2 parents 5669668 + 429637e commit 7c48bf2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ gemspec
# checkout the latest version (develop) from github.
allow_local = ENV['FAVOR_LOCAL_GEMS']

gem 'regexp_parser', "2.9.0"
# pin regexp_parser to 2.9.0, for more information: https://github.com/NREL/OpenStudio/issues/5203

# pin this dependency to avoid unicode_normalize error
# gem 'addressable', '2.8.1'
# pin this dependency to avoid using racc dependency (which has native extensions)
Expand All @@ -27,5 +30,5 @@ gem 'openstudio-extension', '~> 0.8.1'
# if allow_local && File.exist?('../urbanopt-core-gem')
# gem 'urbanopt-core', path: '../urbanopt-core-gem'
# elsif allow_local
gem 'urbanopt-core', github: 'URBANopt/urbanopt-core-gem', branch: 'os38'
gem 'urbanopt-core', github: 'urbanopt/urbanopt-core-gem', branch: 'os38'
# end

0 comments on commit 7c48bf2

Please sign in to comment.