NHSDigital / ndr_support

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

Julian date conversion fails with some Ruby versions #21

Closed drewthorp closed 3 years ago

drewthorp commented 3 years ago

The integer/julian_date_conversions.rb file is missing a require 'ndr_support/ourdate'. This causes an uncaught exception ('uninitialized constant Integer::Ourdate') with certain ruby versions under certain circumstance (Presumably sue to variances in auto-loading).

drewthorp commented 3 years ago

This was a red herring. The issue was external to this gem