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
{{ message }}
This repository has been archived by the owner on Jun 16, 2020. It is now read-only.
Which causes a lot of deprecation warnings in rspec tests using newer ruby versions.
If this project is still maintained it would be great to migrate it to Integer.
The text was updated successfully, but these errors were encountered:
mprostko
changed the title
Ruby 2.4 Fixnum deprecation warning
Ruby >=2.4 Fixnum deprecation warning
Mar 14, 2018
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
It seems that this project uses Fixnum comparisions which are deprecated in ruby >=2.4:
https://github.com/joelmoss/bitmask_attributes/search?utf8=%E2%9C%93&q=Fixnum
Which causes a lot of deprecation warnings in rspec tests using newer ruby versions.
If this project is still maintained it would be great to migrate it to Integer.
The text was updated successfully, but these errors were encountered: