Closed tobinbradley closed 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.
error: ‘rb_cFixnum’ undeclared (first use in this function)
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!
LGTM, thanks!
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 doingbundle 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!