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

pin Poison dependency to >= 1.4 and < 2 #16

Merged

Conversation

jeffweiss
Copy link
Contributor

Prior to this commit, the Poison dependency was pinned to anything in
the 1.4.x series; however, given that Poison follows semantic
versioning, we should pin to 1.x (where x >= 4) instead. This will allow
compatibility for dependency resolution when bundled with other projects
that may require a newer version of Poison, such as Phoenix.

Prior to this commit, the Poison dependency was pinned to anything in
the 1.4.x series; however, given that Poison follows semantic
versioning, we should pin to 1.x (where x >= 4) instead. This will allow
compatability for dependency resolution when bundled with other projects
that may require a newer version of Poison, such as Phoenix.
@danielberkompas
Copy link
Owner

Looks good to me! Thanks for the PR.

danielberkompas added a commit that referenced this pull request Sep 20, 2015
 pin Poison dependency to >= 1.4 and < 2
@danielberkompas danielberkompas merged commit 3224701 into danielberkompas:master Sep 20, 2015
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