Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Using sshkit on Ruby 3.4 causes the following warning to be printed: > warning: logger was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0. > You can add logger to your Gemfile or gemspec to silence this warning. To avoid this warning, and to allow sshkit to work on Ruby 3.5+, this commit adds the `logger` gem as a runtime dependency to sshkit.
- Loading branch information