Temporarily add net-gems as dependencies of frameworks that use mail by rafaelfranca · Pull Request #44083 · rails/rails

In Ruby 3.1 those gems were dropped from the stdlib, so they need to be explicitly installed. Mail should be doing this for us, but since it cares about Ruby < 2.6, and those gems can't be i...