Skip to content

Commit

Permalink
Merge pull request #1789 from troessner/add-logger-dependency
Browse files Browse the repository at this point in the history
Add explicity dependency on logger
  • Loading branch information
mvz authored Sep 13, 2024
2 parents 3b5061d + 1e2879b commit 50311e9
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 50311e9

Please sign in to comment.