Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
logger
gem as an explicit dependency
`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.
- Loading branch information