Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix warnings when loading net/protocol #123

Merged
merged 2 commits into from
Apr 25, 2021

Conversation

stanhu
Copy link
Collaborator

@stanhu stanhu commented Mar 19, 2021

As described in https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/, Ruby 3.0.0 promoted net-http and net-imap from stdlib. Adding net-http as a dependency avoids "already initialized constant errors" if net-imap and faraday are used. See ruby/net-imap#16 (comment) for
more details.

mail_room.gemspec Outdated Show resolved Hide resolved
As described in https://www.ruby-lang.org/en/news/2020/12/25/ruby-3-0-0-released/, Ruby
3.0.0 promoted net-http and net-imap from stdlib. Adding net-http as a
dependency avoids "already initialized constant errors" if net-imap and
faraday are used.  See
ruby/net-imap#16 (comment) for
more details.
@stanhu stanhu force-pushed the sh-fix-net-protocol-warnings branch from 0c79dce to 15d4588 Compare March 21, 2021 05:27
net-http needs Ruby 2.6, so we'll have to drop this.
@tpitale tpitale merged commit 6f5cdc2 into tpitale:master Apr 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants