Skip to content

Commit

Permalink
Use published mail gem in preference to its dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
parndt committed Nov 16, 2023
1 parent 2f1370f commit 647a2a8
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions hanami-mailer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,9 @@ Gem::Specification.new do |spec|
spec.metadata["rubygems_mfa_required"] = "true"
spec.required_ruby_version = ">= 3.0"

spec.add_dependency "hanami-utils", "~> 2.0.alpha"
spec.add_dependency "hanami-utils", "~> 2.1"
spec.add_dependency "tilt", "~> 2.0", ">= 2.0.1"
spec.add_dependency "mail", "~> 2.7"

# FIXME: remove when https://github.com/mikel/mail/pull/1439 gets merged AND a new version of `mail` gets released
spec.add_dependency "net-smtp", "~> 0.3"
spec.add_dependency "net-pop", "~> 0.1"
spec.add_dependency "net-imap", "~> 0.2"
spec.add_dependency "mail", "~> 2.8", ">= 2.8.1"

spec.add_development_dependency "bundler", ">= 1.6", "< 3"
spec.add_development_dependency "rake", "~> 13"
Expand Down

0 comments on commit 647a2a8

Please sign in to comment.