Skip to content

Commit

Permalink
Add explicity dependency on logger
Browse files Browse the repository at this point in the history
This will be needed with Ruby 3.5 and silences a warning in the mean
time. Ideally, this would be part of the dependencies of dry-schema via
dry-core. Once dry-core depends on logger, the direct dependency can be
removed.
  • Loading branch information
mvz committed Sep 13, 2024
1 parent 3b5061d commit 1e2879b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reek.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Gem::Specification.new do |spec|
}

spec.add_dependency 'dry-schema', '~> 1.13.0'
spec.add_dependency 'logger', '~> 1.6'
spec.add_dependency 'parser', '~> 3.3.0'
spec.add_dependency 'rainbow', '>= 2.0', '< 4.0'
spec.add_dependency 'rexml', '~> 3.1'
Expand Down

0 comments on commit 1e2879b

Please sign in to comment.