NHSDigital / ndr_support

National Disease Registers support gem
MIT License
4 stars 6 forks source link

Fix deprecations with Ruby 2.4.0 #5

Closed joshpencheon closed 6 years ago

joshpencheon commented 7 years ago

Fixnum has been unified, so this gem now raises deprecation warnings:

ndr_support-5.0.0/lib/ndr_support/fixnum/julian_date_conversions.rb:4: warning: constant ::Fixnum is deprecated

We should address in way that is backwards-compatible with previous rubies.

joshpencheon commented 6 years ago

This was addressed in 2685f35c907af69.