sj26 / mailcatcher

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

Fixnum is uninitialized #545

Closed NabinOjha closed 1 year ago

NabinOjha commented 1 year ago

When you try to install mailcatcher with ruby 3.2.0 you will get Fixnum is not initialized inside server.rb . Please fix this using Integer instead

tagliala commented 1 year ago

This has been fixed on master and released in a beta version

Please try https://github.com/sj26/mailcatcher/issues/539#issuecomment-1562346020

sj26 commented 1 year ago

v0.9.0 is out -- please give it a go:

gem install mailcatcher

Re-open if you continue having issues.