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

Explicitly require JSON dependency #126

Merged
merged 1 commit into from
Aug 7, 2018
Merged

Conversation

jgaskins
Copy link
Contributor

@jgaskins jgaskins commented Aug 1, 2018

This module depends on JSON but doesn't load it. This commit makes that dependency explicit so the application doesn't have to load it.

In all fairness, it's pretty likely that the app does load the json gem/stdlib (which is why this has been able to go unnoticed), but we should always load our own dependencies. :-)

This module depends on JSON but doesn't load it. This commit makes that dependency explicit so the application doesn't have to load it.
@joshcanhelp joshcanhelp self-assigned this Aug 1, 2018
@joshcanhelp
Copy link
Contributor

Thanks @jgaskins! I want to make sure that's included everywhere so give me just a bit to review.

@joshcanhelp joshcanhelp added this to the v4-Next milestone Aug 7, 2018
@joshcanhelp joshcanhelp merged commit 43eb530 into auth0:master Aug 7, 2018
@jgaskins jgaskins deleted the patch-1 branch August 7, 2018 21:08
@jgaskins
Copy link
Contributor Author

jgaskins commented Aug 7, 2018

Thanks @joshcanhelp!

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

Successfully merging this pull request may close these issues.

2 participants