SeleniumHQ / selenium

A browser automation framework and ecosystem.
https://selenium.dev
Apache License 2.0
29.77k stars 8.02k forks source link

[🐛 Bug]: [rb] Dependency on the `logger` gem which will be removed in Ruby 3.5 #14081

Closed Earlopain closed 4 weeks ago

Earlopain commented 4 weeks ago

What happened?

Ruby is continuing its journey of bundling gems (see base64). Next on the chopping block: logger https://github.com/ruby/ruby/commit/d7e558e3c48c213d0e8bedca4fb547db55613f7c

The easiest thing here would again to add it to just add it to the gemspec, I can make a PR for that if you wish. With base64 there was an alternative solution but can't really do that here.

How can we reproduce the issue?

Run with 3.4-dev

Relevant log output

N/A

Operating System

N/A

Selenium version

N/A

What are the browser(s) and version(s) where you see this issue?

N/A

What are the browser driver(s) and version(s) where you see this issue?

N/A

Are you using Selenium Grid?

No response

github-actions[bot] commented 4 weeks ago

@Earlopain, thank you for creating this issue. We will troubleshoot it as soon as we can.


Info for maintainers

Triage this issue by using labels.

If information is missing, add a helpful comment and then I-issue-template label.

If the issue is a question, add the I-question label.

If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.

If the issue requires changes or fixes from an external project (e.g., ChromeDriver, GeckoDriver, MSEdgeDriver, W3C), add the applicable G-* label, and it will provide the correct link and auto-close the issue.

After troubleshooting the issue, please add the R-awaiting answer label.

Thank you!

titusfortner commented 4 weeks ago

PR would be great, thanks!