Skip to content

Commit

Permalink
bump version requirements for puppetlabs/stdlib and puppetlabs/reboot
Browse files Browse the repository at this point in the history
commit 1ab7a6a requires stdlib 8.6+ since namespaced function appeared only there
  • Loading branch information
vchepkov committed Jul 2, 2023
1 parent 082fe07 commit 8a1ffd1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},
{
"name": "puppetlabs/reboot",
"version_requirement": ">= 3.0.0 < 5.0.0"
"version_requirement": ">= 3.0.0 < 6.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.13.1 < 9.0.0"
"version_requirement": ">= 8.6.0 < 10.0.0"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit 8a1ffd1

Please sign in to comment.