Skip to content

Commit f1aad25

Browse files
committed
Add logger as a dependency
This PR adds the `logger` to explicit dependency to fix the following warning. ``` src/github.com/ruby/syslog/lib/syslog/logger.rb:3: warning: logger was loaded from the standard library, but will no longer be part of the default gems starting from Ruby 3.5.0. ```
1 parent 0860269 commit f1aad25

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

syslog.gemspec

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,6 @@ Gem::Specification.new do |spec|
2323
end
2424
spec.extensions = ["ext/syslog/extconf.rb"]
2525
spec.require_paths = ["lib"]
26+
27+
spec.add_dependency "logger"
2628
end

0 commit comments

Comments
 (0)