Navigation Menu

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 dependency #87

Merged
merged 1 commit into from Oct 12, 2017
Merged

remove json dependency #87

merged 1 commit into from Oct 12, 2017

Conversation

masha256
Copy link
Contributor

The json 1.0 dependency is getting in the way with a lot of other gems and in my case forced an old version of paypal_adaptive (that didnt have the 1.0 dep) which does not work with the current paypal API, breaking my application.

It is now considered bad form to directly depend on json (see http://www.mikeperham.com/2016/02/09/kill-your-dependencies/).

This PR removes the dependency and lets ruby Just Deal With It.

@tc tc merged commit cfd2c65 into tc:master Oct 12, 2017
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.

None yet

2 participants