Skip to content

Bugfix: increase minimum stdlib #660

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 1 commit into from
Feb 6, 2015
Merged

Conversation

hunner
Copy link
Contributor

@hunner hunner commented Feb 6, 2015

Mysql 3.1.0 included 08a66b7 which uses dirname() which was released in
stdlib 4.1.0. This change bumps the minimum stdlib up to 4.1.0

Mysql 3.1.0 included 08a66b7 which uses dirname() which was released in
stdlib 4.1.0. This change bumps the minimum stdlib up to 4.1.0
@hunner
Copy link
Contributor Author

hunner commented Feb 6, 2015

Oh just noticed #659. This PR also adds the upper bound of 5.0.0

@@ -76,7 +76,7 @@
],
"description": "Mysql module",
"dependencies": [
{"name":"puppetlabs/stdlib","version_requirement":">= 3.2.0"},
{"name":"puppetlabs/stdlib","version_requirement":">= 4.1.0 < 5.0.0"},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can't we just use ~>4.1

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think ~> works for modules, just gems.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah it would be 4.x and that won't cover it.

cyberious added a commit that referenced this pull request Feb 6, 2015
Bugfix: increase minimum stdlib
@cyberious cyberious merged commit 14d5813 into puppetlabs:master Feb 6, 2015
@hunner hunner deleted the bump_stdlib branch March 28, 2016 17:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants