Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade for ruby 2.4 #13

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

TylerRick
Copy link

The build instructions didn't work for me on Ruby 2.4.

bundle install failed with this, for example:

yajl_ext.c:852:22: error: ‘rb_cFixnum’ undeclared (first use in this function)
     rb_define_method(rb_cFixnum, "to_json", rb_yajl_json_ext_fixnum_to_json, -1);
                      ^~~~~~~~~~

This upgrades some gems so that one can actually build it on a recent Ruby :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant