Skip to content

Commit

Permalink
Add logger as a gemspec dependency (#82)
Browse files Browse the repository at this point in the history
This prevents warnings about the upcoming removal of logger from the set of default gems:

```
lib/dry/core/deprecations.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
```
  • Loading branch information
timriley authored Oct 29, 2024
1 parent 9e2e11d commit 7256f51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dry-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ Gem::Specification.new do |spec|

# to update dependencies edit project.yml
spec.add_runtime_dependency "concurrent-ruby", "~> 1.0"
spec.add_runtime_dependency "logger"
spec.add_runtime_dependency "zeitwerk", "~> 2.6"

spec.add_development_dependency "bundler"
Expand Down

0 comments on commit 7256f51

Please sign in to comment.