Skip to content

Commit

Permalink
Also add net-imap and net-pop to the gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed May 28, 2021
1 parent 2df3440 commit 58704be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mail.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Gem::Specification.new do |s|

s.add_dependency('mini_mime', '>= 0.1.1')
s.add_dependency('net-smtp')
s.add_dependency('net-imap')
s.add_dependency('net-pop')

s.add_development_dependency('bundler', '>= 1.0.3')
s.add_development_dependency('rake', '> 0.8.7')
Expand Down

0 comments on commit 58704be

Please sign in to comment.