You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixesdougal#61
When updating to Ruby 2.5, Fixnum has been deprecated and eventually
removed.
I also suggest outside of this PR to add more versions to .travis.yml
Upgraded to Ruby 2.5.1, seeing this deprecation warning
As of Ruby 2.4.0, Fixnum and Bignum are unified into Integer.
The text was updated successfully, but these errors were encountered: