Skip to content

Commit c8317bc

Browse files
committed
set stdlib requirement to 4.6.0
1 parent 7bf7075 commit c8317bc

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.fixtures.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
fixtures:
22
repositories:
3-
"stdlib":
4-
repo: "https://github.com/puppetlabs/puppetlabs-stdlib.git"
5-
ref: "3.0.0"
6-
3+
stdlib:
4+
repo: 'https://github.com/puppetlabs/puppetlabs-stdlib.git'
5+
ref: '4.6.0'
76
symlinks:
87
"udev": "#{source_dir}"

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
{ "operatingsystem": "Ubuntu", "operatingsystemrelease": [ "12.04", "14.04" ] }
1616
],
1717
"dependencies": [
18-
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 3.0.0 < 5.0.0" }
18+
{ "name": "puppetlabs/stdlib", "version_requirement": ">= 4.6.0 < 5.0.0" }
1919
]
2020
}

0 commit comments

Comments
 (0)