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

Replaced json dependency with json_pure. #19

Merged
merged 1 commit into from
Mar 31, 2016
Merged

Replaced json dependency with json_pure. #19

merged 1 commit into from
Mar 31, 2016

Conversation

trevorrowe
Copy link
Contributor

Removed hard dependency on json >= 1.8.1. Replaced with json_pure >= 1.8.1. The runtime will still attempt to load the faster gem, if availble and will fall back on json_pure for compatability. Ruby 2.0+ ships with 1.8.1 by default, so only Ruby 1.9.3 will default to the slower version.

See #18

@trevorrowe trevorrowe merged commit 639953e into master Mar 31, 2016
@xeron
Copy link

xeron commented Apr 1, 2016

Unfortunately with json_pure dependency we're getting issues like this now (using aws-sdk and json inside Chef):

TypeError: wrong argument type JSON::Pure::Generator::State (expected Data)

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.

2 participants