You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add net-smtp as a dependency for Ruby 3.1 compatibility
It was recently removed from the default gems:
- https://bugs.ruby-lang.org/issues/17873
- ruby/ruby#4530
Also add net-imap and net-pop to the gemspec
JRuby already has prerelease support for `io-wait` as a gem, and an
almost ready PR to also support `strscan` as a gem, dependencies
introduced by this change. Adding both to the Gemfile gets `bundle
install` to succeed, although specs fail later because Bundler does not
seem to support pointing to a java extension gem through git.
0 commit comments