sj26 / mailcatcher

Catches mail and serves it through a dream.

Home Page:http://mailcatcher.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Thin is too old

SaimonL opened this issue · comments

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

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.

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