Skip to content

fix dependencies #30

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

Merged
merged 2 commits into from
Jan 15, 2016
Merged

fix dependencies #30

merged 2 commits into from
Jan 15, 2016

Conversation

dbu
Copy link
Collaborator

@dbu dbu commented Jan 14, 2016

(i hope)

@dbu
Copy link
Collaborator Author

dbu commented Jan 14, 2016

i have the impression that ^0.3.1 is not as flexible as we probably think. seems that does not allow 0.4.0. maybe that is the semantics with 0.x versions?

@sagikazarmark
Copy link
Member

Yes.

^0.3 is translated to >=0.3,<0.4 (BUT: ^1.1 = >=1.1,<2.0)
~0.3 is translated to >=0.3,<1.0

@sagikazarmark
Copy link
Member

Reasoning: BC break is allowed between MJZ versions, so you might not want to update to a new minor version.

@dbu
Copy link
Collaborator Author

dbu commented Jan 14, 2016

makes sense.

okay, and now it installs again, but one of the tests fails. will investigate and update this PR.

dbu added a commit that referenced this pull request Jan 15, 2016
@dbu dbu merged commit 43c1425 into master Jan 15, 2016
@dbu dbu deleted the update-dependencies branch January 15, 2016 08:50
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