Skip to content

Commit

Permalink
metadata.json: bump allowed version of puppet-extlib to 3.0.0 (#383)
Browse files Browse the repository at this point in the history
Recently, version 2.0.0 was released and it does not contain any
breaking changes. See https://forge.puppet.com/puppet/extlib/changelog#v200-2017-10-11
for details.

Currently puppet module list --tree throws following warnings because of
this:

Warning: Module 'puppet-extlib' (v2.0.0) fails to meet some dependencies:
  'theforeman-foreman_proxy' (v6.0.2) requires 'puppet-extlib' (>= 0.10.4 < 2.0.0)

Same thing as theforeman/puppet-foreman#597.
  • Loading branch information
Mateusz Gozdek authored and ekohl committed Oct 13, 2017
1 parent 0dfe601 commit d7fcfe2
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 @@ -44,7 +44,7 @@
},
{
"name": "puppet/extlib",
"version_requirement": ">= 0.10.4 < 2.0.0"
"version_requirement": ">= 0.10.4 < 3.0.0"
},
{
"name": "richardc/datacat",
Expand Down

0 comments on commit d7fcfe2

Please sign in to comment.