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

Relax version requirement for json dependency #10

Merged
merged 2 commits into from
Nov 14, 2019

Conversation

elainemckinley
Copy link
Contributor

@elainemckinley elainemckinley commented Oct 31, 2019

Purpose

Given that there's not necessarily a need for any functionality in later versions of this gem, it makes sense to relax the dependency to avoid conflicting with other gem versions consumers might be dependent on.

We might be able to go as low as json (>=1.6.7) here, but I don't think any lower than that is possible, due to changes to the JSON.parse function losing a null check.

Addresses #9

@elainemckinley
Copy link
Contributor Author

Note that I didn't change the installed version in Gemfile.lock; I figured that testing against a likely more relevant version would be ideal.

@elainemckinley elainemckinley changed the title #9 - Relax version requirement for json dependency Relax version requirement for json dependency Oct 31, 2019
@hlu2 hlu2 merged commit 09887f1 into intuit:master Nov 14, 2019
@elainemckinley elainemckinley deleted the relax-json-version branch November 14, 2019 22:06
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