Skip to content

Conversation

@nevans
Copy link
Collaborator

This is the same code I used in the v0.4-stable backport. I didn't use it in the main branch because the minimum ruby version is 3.1. But that breaks when JRuby and TruffleRuby try to require "net/imap".

Fixes#452.

This is the same code I used in the `v0.4-stable` backport. I didn't use it in the main branch because the minimum ruby version is 3.1. But that breaks when JRuby and TruffleRuby try to `require "net/imap"`. Fixes#452.
@nevansnevans merged commit 4e14547 into masterApr 26, 2025
37 checks passed
@nevansnevans deleted the config/ractor-jruby branch April 26, 2025 19:55
@nevansnevans added the bug Something isn't working label Apr 29, 2025
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bugSomething isn't working

Projects

None yet

Development

Successfully merging this pull request may close these issues.

NameError: uninitialized constant Net::IMAP::Config::AttrTypeCoercion::Ractor with release 0.5.7 and Rails 6.1.7.10

2 participants

@nevans