puppetlabs / puppetlabs-servicenow_cmdb_integration

Other
1 stars 15 forks source link

(PIE-325) Relax version requirements for some dependencies #53

Closed ekinanp closed 4 years ago

ekinanp commented 4 years ago

node_manager: 0.7.3 is the first version when Puppet 6 support was added. So, this commit changes the max version to 1.0.0, a version that (could) contain a breaking change.

inifile: 1.0.0 is the first released version of the module on the Forge. We also extend the upper bound to 5.0.0 since that is also likely to contain a breaking change.

ruby_task_helper: We make the upper bound '< 1.0.0' to fix a mistake from the previous commit (since 1.0.0 could also be a breaking version).

Signed-off-by: Enis Inan enis.inan@puppet.com