timwis / jkan

A lightweight, backend-free open data portal, powered by Jekyll
https://jkan.io
MIT License
219 stars 309 forks source link

Updated json gem dependency to 1.8.5 #130

Closed tobinbradley closed 7 years ago

tobinbradley commented 7 years ago

The 1.8.3 json gem isn't compatible with Ruby 2.4, causing an error: ‘rb_cFixnum’ undeclared (first use in this function) when doing bundle install.

It's fixed at 1.8.5. Note the current release of the json gem is 2.1, but I figured I'd leave it on the 1.8 branch to avoid any compatibility issues.

Thanks for JKAN - it's awesome!

timwis commented 7 years ago

LGTM, thanks!