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

remove json runtime dependency #491

Closed

Conversation

BenMorganIO
Copy link
Contributor

Similar to rails/rails#23453 and fixes #458.

@BenMorganIO
Copy link
Contributor Author

Specs are failing due to Ruby 1.8.7. We could drop support for Ruby 1.8.7 (that may upset some people) or perhaps we could do a detection for the json gem and warn them that they need to install the gem themselves? This way we don't intrude for ruby users 1.9+.

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.

dropping json gem dependency
2 participants