-
- Downloads
fix: duplicate loading of net-protocol.
It was loaded twice: - as part of ruby via net-http. - as a gem via net-imap (required by net-mail required by mail-gpg). Adding `net-http` as a gem makes sure only the gem is loaded. See https://github.com/ruby/net-imap/issues/16 .
Loading
Please register or sign in to comment