sj26 / mailcatcher

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

Thin is too old #487

Closed SaimonL closed 3 years ago

SaimonL commented 3 years ago

Please change

s.add_dependency "thin", "~> 1.5.0"

TO

s.add_dependency "thin", "~> 1.8.1"

To prevent warning

warning: constant ::Fixnum is deprecated
sj26 commented 3 years ago

No, sorry, thin is pinned to an old version for reason. We're migrating away from it in the long term. For now, the warning is annoying but harmless.

bensaufley commented 1 year ago

FYI as of Ruby 3.2.0, this is no longer harmless as Fixnum has been entirely removed