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

Support Ruby 3.4 #105

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Support Ruby 3.4 #105

wants to merge 2 commits into from

Conversation

y-yagi
Copy link
Contributor

@y-yagi y-yagi commented Jan 30, 2025

This PR adds Ruby 3.4 to the test matrix to ensure to work the gem with it.

Also, this PR adds logger to add_runtime_dependency . The logger gem will be a bundled gem from Ruby 3.5.
https://bugs.ruby-lang.org/issues/20309

So if we use logger as the standard library, Bundler shows the following warning.

src/github.com/nov/openid_connect/lib/openid_connect.rb:2: warning: logger was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0

This PR adds the logger to explicit dependency to fix the warning.

`logger` will be a bundled gem from Ruby 3.5.
https://bugs.ruby-lang.org/issues/20309

So if we use `logger` as the standard library, Bundler shows the
following warning.

```
src/github.com/nov/openid_connect/lib/openid_connect.rb:2: warning: logger was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0
```

This PR adds the `logger` to explicit dependency to fix the warning.
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.

1 participant