Skip to content

Commit cbf7c41

Browse files
author
jordanbreen28
committed
(CONT-949) - Bump stdlib dependency
Prior to this commit, postgresql module had allowed installations of puppetlabs-stdlib versions < 5.2.0. This was incorrect as this module references a type "Stdlib::IP::Address::V6::CIDR" that was released with stdlib v5.2.0. This commit bumps the dependency of puppetlabs/stdlib in metadata.json to versions >= 5.2.0.
1 parent 056903a commit cbf7c41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"dependencies": [
1111
{
1212
"name": "puppetlabs/stdlib",
13-
"version_requirement": ">= 4.13.1 < 9.0.0"
13+
"version_requirement": ">= 5.2.0 < 9.0.0"
1414
},
1515
{
1616
"name": "puppetlabs/apt",

0 commit comments

Comments
 (0)