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" to Gemfile #2120

Merged
merged 1 commit into from
Jan 24, 2022

Conversation

jordan-brough
Copy link
Contributor

As of Ruby 3.0 webrick is no longer part of the Ruby standard library:
https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/

Adding it for Ruby 2 in the "test" section should be fine also.

A recent update happened to add webrick to the Gemfile.lock indirectly, when
"yard" was updated since the new version of yard requires webrick. But it's
probably worth adding webrick to the Gemfile explicitly since we depend on it
for tests, not just for yard.

As of Ruby 3.0 webrick is no longer part of the Ruby standard library:
https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/

Adding it for Ruby 2 in the "test" section should be fine also.

A recent update happened to add webrick to the Gemfile.lock indirectly, when
"yard" was updated since the new version of yard requires webrick. But it's
probably worth adding webrick to the Gemfile explicitly since we depend on it
for tests, not just for yard.
@nickcharlton nickcharlton merged commit bff6501 into thoughtbot:main Jan 24, 2022
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.

2 participants