Skip to content

Commit

Permalink
Bump minimum required stdlib version to 4.13.0
Browse files Browse the repository at this point in the history
This module uses the type `Stdlib::Absolutepath`, which was introduced in stdlib 4.13
https://github.com/puppetlabs/puppetlabs-stdlib/blob/5eebb740589a9f128b8d6a5cb7e40a347562f5fb/CHANGELOG.md#features-3

Fixes #46
  • Loading branch information
alexjfisher committed May 11, 2017
1 parent e9fc5e0 commit 53b4c70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"dependencies": [
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.6.0 < 5.0.0"
"version_requirement": ">= 4.13.0 < 5.0.0"
},
{
"name": "puppetlabs/concat",
Expand Down

0 comments on commit 53b4c70

Please sign in to comment.