Skip to content

Commit

Permalink
set stdlib requirement to 4.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoblitt committed Jun 6, 2015
1 parent 7bf7075 commit c8317bc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions .fixtures.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
fixtures:
repositories:
"stdlib":
repo: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
ref: "3.0.0"

stdlib:
repo: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
ref: '4.6.0'
symlinks:
"udev": "#{source_dir}"
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "12.04", "14.04" ] }
],
"dependencies": [
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 3.0.0 < 5.0.0" }
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.6.0 < 5.0.0" }
]
}

0 comments on commit c8317bc

Please sign in to comment.