sj26 / mailcatcher

Catches mail and serves it through a dream.
http://mailcatcher.me
MIT License
6.23k stars 571 forks source link

uninitialized constant Thin::Server::Fixnum (NameError) #531

Closed ThomasConnolly closed 1 year ago

ThomasConnolly commented 1 year ago

This was reported as #334, and was closed. But it's preventing me from using mailcatcher in my Rails 7 app. I'm using Ruby 3.2 and Rails 7.0.4.2

sj26 commented 1 year ago

Fixed by #530

If you would like to help, please try mailcatcher 0.9.0.pre1 using gem install mailcatcher --pre on ruby < 3.2, and report if you have any issues — or if you have no issues and it works great.

sj26 commented 1 year ago

I have pushed another pre-release, v0.9.0.beta2, which relaxes the thin requirement and should support ruby 3.2. Please try it:

gem install mailcatcher --pre