phatworx / devise_security_extension

An enterprise security extension for devise, trying to meet industrial standard security demands for web applications.
MIT License
748 stars 347 forks source link

Update Fixnum to Integer, complies with Ruby 2.4 #238

Open tibbon opened 6 years ago

tibbon commented 6 years ago

Fixnum has been deprecated as of Ruby 2.4 in favor of Integer. All tests pass with bundle exec rake test

matthewford commented 4 years ago

Could we get this merged in?

Thanks

dhempy commented 3 years ago

Merge, please?

vmvwebworks commented 1 year ago

Merge please

tibbon commented 1 year ago

@dhempy I can't do the merge, as I don't have write access to the repo. @traxanos Can you merge this?