Skip to content

Commit f24b785

Browse files
authored
Merge pull request #442 from bastelfreak/stdlib7
puppetlabs/stdlib: Allow 7.x
2 parents f803d2a + 0e3e914 commit f24b785

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
"dependencies": [
6969
{
7070
"name": "puppetlabs/stdlib",
71-
"version_requirement": ">= 4.25.0 < 7.0.0"
71+
"version_requirement": ">= 4.25.0 < 8.0.0"
7272
}
7373
]
7474
}

spec/acceptance/class_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
install_module_from_forge('puppet-epel', '>= 3.0.0 < 4.0.0')
88
when 'Debian'
99
pkg_cmd = 'dpkg -s nodejs | grep "^Maintainer"'
10-
install_module_from_forge('puppetlabs-apt', '>= 4.4.0 < 8.0.0')
10+
install_module_from_forge('puppetlabs-apt', '>= 4.4.0 < 9.0.0')
1111
end
1212

1313
context 'default parameters' do

0 commit comments

Comments
 (0)