Skip to content

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