Change stdlib dependency to >= 1.0.0
Previously this was >= 3.2.0, which probably isn't necessary just for validate_re, plus at the time of writing this it was causing a problem with the forge. Signed-off-by: Ken Barber <ken@bob.sh>
This commit is contained in:
parent
95ea8f0d79
commit
652429c8f1
1 changed files with 1 additions and 1 deletions
|
@ -10,4 +10,4 @@ project_page 'https://github.com/puppetlabs/puppetlabs-puppetdb'
|
||||||
dependency 'cprice404/inifile', '>= 0.9.0'
|
dependency 'cprice404/inifile', '>= 0.9.0'
|
||||||
dependency 'puppetlabs/postgresql', '2.x'
|
dependency 'puppetlabs/postgresql', '2.x'
|
||||||
dependency 'puppetlabs/firewall', '>= 0.0.4'
|
dependency 'puppetlabs/firewall', '>= 0.0.4'
|
||||||
dependency 'puppetlabs/stdlib', '>= 3.2.x'
|
dependency 'puppetlabs/stdlib', '>= 1.0.0'
|
||||||
|
|
Loading…
Reference in a new issue