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

Pin parser dependency to avoid native extensions issue #421

Closed
kflemin opened this issue Jun 14, 2023 · 0 comments · Fixed by #422
Closed

Pin parser dependency to avoid native extensions issue #421

kflemin opened this issue Jun 14, 2023 · 0 comments · Fixed by #422
Labels
bug Something isn't working

Comments

@kflemin
Copy link
Contributor

kflemin commented Jun 14, 2023

openstudio measure gems -> openstudio extension gem -> openstudio measure tester gem -> rubocop -> parser dependency just had the 'racc' dependency added. this has native extensions which do not work with openstudio.

Pin parser to 3.2.2.2 to avoid the issue. (in the project gemfile)

@kflemin kflemin added the bug Something isn't working label Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant