Skip to content

Conversation

@kbenne
Copy link
Contributor

@kbenne kbenne commented Oct 24, 2024

Add Webrick to address NREL/OpenStudio#5212

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.

4 participants