Skip to content

Commit

Permalink
Merge pull request #1619 from yahonda/add_dependency_logger
Browse files Browse the repository at this point in the history
Add logger as a dependency for Ruby 3.4 warnings
  • Loading branch information
radar authored Jan 21, 2025
2 parents 182f2be + 98c835a commit 30302c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mail.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 2.5"

s.add_dependency('logger')
s.add_dependency('mini_mime', '>= 0.1.1')
s.add_dependency('net-smtp')
s.add_dependency('net-imap')
Expand Down

0 comments on commit 30302c7

Please sign in to comment.