Skip to content

Commit

Permalink
(SIMP-2670) Update invalid dependency boundaries (#18)
Browse files Browse the repository at this point in the history
Before this patch, dependencies in `metadata.json` referred to old
versions that would be invalid in SIMP 6.0.0.

This commit resolves the issue by updating the upper and lower
boundaries for each dependency in `metadata.json` to reflect the version
found in SIMP-6.0.0.

SIMP-2670 #comment Fixed `pupmod-simp-acpid`
  • Loading branch information
op-ct authored and Nick Markowski committed Feb 9, 2017
1 parent aca0483 commit 66ec8df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
"dependencies": [
{
"name": "simp/simplib",
"version_requirement": ">= 2.0.0 < 3.0.0"
"version_requirement": ">= 3.2.0 < 4.0.0"
},
{
"name": "puppetlabs/stdlib",
"version_requirement": ">= 4.9.0 < 5.0.0"
"version_requirement": ">= 4.13.1 < 5.0.0"
}
],
"operatingsystem_support": [
Expand Down

0 comments on commit 66ec8df

Please sign in to comment.