Skip to content
This repository has been archived by the owner on Jun 9, 2023. It is now read-only.

Commit

Permalink
Merge pull request #64 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
bastelfreak authored Jun 9, 2019
2 parents a1b6e02 + 8530242 commit 748dd4b
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 @@ -82,12 +82,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": ">= 2.2.1 < 6.0.0"
"name": "puppetlabs-stdlib",
"version_requirement": ">= 4.25.0 < 7.0.0"
},
{
"name": "erwbgy-limits",
Expand Down

0 comments on commit 748dd4b

Please sign in to comment.