We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SimpleCov switch from YAML to JSON in 94019a8, however a JSON dependency was never added to the gemspec.
This is fine in Ruby 1.9, where JSON is included in the standard library, but breaks on earlier Ruby versions.
I would advocate for specifying a MultiJSON dependency instead of a particular JSON library.
The text was updated successfully, but these errors were encountered:
0d09913
No branches or pull requests
SimpleCov switch from YAML to JSON in 94019a8, however a JSON dependency was never added to the gemspec.
This is fine in Ruby 1.9, where JSON is included in the standard library, but breaks on earlier Ruby versions.
I would advocate for specifying a MultiJSON dependency instead of a particular JSON library.
The text was updated successfully, but these errors were encountered: