Skip to content

Commit

Permalink
Bump dependency on puppetlabs-concat to new major release.
Browse files Browse the repository at this point in the history
This bumps the dependency on puppetlabs-concat to v3.0.0 and raises the
minimum compatible puppet version to 4.7.0 to match that of
puppetlabs-concat and the puppetlabs-stdlib dependency to the minimum
version (4.13.1) required by puppetlabs-concat.
  • Loading branch information
Taylan Develioglu committed Apr 28, 2017
1 parent 73502ca commit 640b383
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,21 +10,21 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.6.0 <5.0.0"
"version_requirement": ">= 4.13.1 <5.0.0"
},
{
"name": "puppetlabs/apt",
"version_requirement": ">= 2.1.0 <3.0.0"
},
{
"name": "puppetlabs/concat",
"version_requirement": ">= 1.2.5 <3.0.0"
"version_requirement": ">= 3.0.0 <4.0.0"
}
],
"requirements": [
{
"name": "puppet",
"version_requirement": ">= 4.6.1 < 5.0.0"
"version_requirement": ">= 4.7.0 < 5.0.0"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit 640b383

Please sign in to comment.