konklone / oversight.garden

Bringing together the oversight community's work.
https://oversight.garden
Creative Commons Zero v1.0 Universal
26 stars 9 forks source link

Updating to Ruby 2.4.0 #170

Closed divergentdave closed 7 years ago

divergentdave commented 7 years ago

Ruby 2.4.0 is out now, but it'll take some work to upgrade to it. Ruby 2.4.0 changes how fixed point numbers are handled, which breaks the json gem prior to version 2.0.0. Ruby on Rails pulls in json, and only the very latest version of RoR requires json 2.0.0 or later. We pull in RoR directly for activemodel and indirectly by way of `elasticsearch-persistence. This will hopefully resolve itself as more releases are cut.

bundle viz