-
-
Notifications
You must be signed in to change notification settings - Fork 168
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
Bump minimum version dependencies (for Puppet 4) #318
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,39 +57,39 @@ | |
"dependencies": [ | ||
{ | ||
"name": "puppetlabs/stdlib", | ||
"version_requirement": ">= 4.6.0" | ||
"version_requirement": ">= 4.6.0 < 5.0.0" | ||
}, | ||
{ | ||
"name": "puppetlabs/ruby", | ||
"version_requirement": ">= 0.0.2" | ||
"version_requirement": ">= 0.6.0 < 2.0.0" | ||
}, | ||
{ | ||
"name": "puppetlabs/gcc", | ||
"version_requirement": ">= 0.0.3" | ||
"version_requirement": ">= 0.3.0 < 2.0.0" | ||
}, | ||
{ | ||
"name": "puppetlabs/pe_gem", | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Deprecated in Puppet 4 in favor of the puppet_gem provider |
||
"version_requirement": ">= 0.0.1" | ||
"version_requirement": ">= 0.2.0 < 2.0.0" | ||
}, | ||
{ | ||
"name": "puppet/make", | ||
"version_requirement": ">= 1.0.0 < 2.0.0" | ||
}, | ||
{ | ||
"name": "puppetlabs/inifile", | ||
"version_requirement": ">= 1.0.0" | ||
"version_requirement": ">=1.4.1 < 2.0.0" | ||
}, | ||
{ | ||
"name": "puppetlabs/vcsrepo", | ||
"version_requirement": ">= 0.1.2" | ||
"version_requirement": ">=1.3.1 < 2.0.0" | ||
}, | ||
{ | ||
"name": "puppetlabs/git", | ||
"version_requirement": ">= 0.0.3" | ||
"version_requirement": ">= 0.5.0 < 2.0.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Explicit support for Puppet 4 in master, not yet in a release |
||
}, | ||
{ | ||
"name": "gentoo/portage", | ||
"version_requirement": ">= 2.0.0" | ||
"version_requirement": ">= 2.3.0 < 3.0.0" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. No release that explicitly supports Puppet 4 |
||
} | ||
], | ||
"requirements": [ | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Has no version that explicitly supports Puppet 4