celluloid / reel

UNMAINTAINED: See celluloid/celluloid#779 - Celluloid::IO-powered web server
https://celluloid.io
MIT License
596 stars 87 forks source link

Use of deprecated ::Fixnum in connection.rb line 101 #247

Open mistergibson opened 6 years ago

mistergibson commented 6 years ago

Using Ruby 2.4.2 got:

reel-0.6.1/lib/reel/connection.rb:101: warning: constant ::Fixnum is deprecated

You might want to change it to ::Integer

Thanks