Skip to content

Commit

Permalink
Merge pull request #340 from dhoppe/fix_dependencies
Browse files Browse the repository at this point in the history
Allow puppetlabs/concat 6.x, puppetlabs/stdlib 6.x
  • Loading branch information
alexjfisher authored Jun 9, 2019
2 parents a8dc5ad + c790a02 commit 433ba31
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@
],
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.25.0 < 6.0.0"
"name": "puppetlabs/concat",
"version_requirement": ">= 4.1.0 < 7.0.0"
},
{
"name": "puppetlabs/concat",
"version_requirement": ">= 3.0.0 < 6.0.0"
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.25.0 < 7.0.0"
}
],
"tags": [
Expand Down

0 comments on commit 433ba31

Please sign in to comment.