-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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 as explicit dev dependency #5010
Conversation
We need webrick to run JS tests using Teaspoon. This dependency is no more bundled with latest ruby versions and won't be available unless explicitely added to the Gemfile. Ref: https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/ Not sure why this started to pop now, maybe something with the ruby versions available in CircleCI. Anyway, it seems legit and we should do it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
💔 Some backports could not be created
Manual backportTo create the backport manually run:
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
💚 All backports created successfully
Questions ?Please refer to the Backport tool documentation and see the Github Action logs for details |
Summary
We need webrick to run JS tests using Teaspoon.
This dependency is no more bundled with latest ruby versions and won't be available unless explicitely added to the Gemfile.
Ref: https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/
Not sure why this started to pop now, maybe something with the ruby versions available in CircleCI. Anyway, it seems legit and we should do it.
This is an example of failing build: https://app.circleci.com/pipelines/github/nebulab/solidus/915/workflows/5865af00-dbdd-49f9-8bbb-d057f621a02f/jobs/13055
Checklist
Check out our PR guidelines for more details.
The following are mandatory for all PRs:
The following are not always needed: