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

Add Webrick #99

Merged
merged 1 commit into from
Oct 24, 2024
Merged

Add Webrick #99

merged 1 commit into from
Oct 24, 2024

Conversation

kbenne
Copy link
Contributor

@kbenne kbenne commented Oct 24, 2024

Add Webrick to address NREL/OpenStudio#5212

@kbenne kbenne requested a review from wnykuang October 24, 2024 15:47
@wenyikuang wenyikuang merged commit 853bac7 into develop Oct 24, 2024
5 checks passed
@wenyikuang wenyikuang deleted the add_webrick branch October 24, 2024 22:14
@@ -124,6 +124,7 @@ else
end

gem 'byebug', '~> 11.1.3'
gem 'webrick', '~> 1.8.2'
Copy link
Collaborator

@jmarrec jmarrec Oct 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

webrick doesn't have a C extension, and we're not patching it whatsoever, so why not just do spec.add_dependency 'webrick', '~> 1.8.2' in openstudio-gems.gemspec instead?

here:

spec.add_dependency 'parallel', '1.19.1'

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants