Skip to content

Commit 3e429f0

Browse files
committed
(CONT-860) Update registry dependency
Following the last major version update for puppetlabs-registry, several modules found themselves needing a dependency update. This commit aims to adjust the registry dependency within the module so that it is compatible with registry 5.0.0 and onwards.
1 parent b26bb57 commit 3e429f0

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/registry",
13-
"version_requirement": ">= 1.0.0 < 5.0.0"
13+
"version_requirement": ">= 1.0.0 < 6.0.0"
1414
},
1515
{
1616
"name": "puppetlabs/stdlib",

0 commit comments

Comments
 (0)