Skip to content

Commit

Permalink
Resolve double load of net protocol
Browse files Browse the repository at this point in the history
Resolve double load of net-procot as explained in this issue:
ruby/net-imap#16 (comment)
  • Loading branch information
crivotz authored Feb 15, 2023
1 parent 9c46620 commit 7dfab90
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 @@ -19,6 +19,7 @@ Gem::Specification.new do |s|
s.add_dependency('net-smtp')
s.add_dependency('net-imap')
s.add_dependency('net-pop')
s.add_dependency('net-http')

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

0 comments on commit 7dfab90

Please sign in to comment.