Skip to content

Commit 0b58a81

Browse files
authored
Merge pull request voxpupuli#53 from voxpupuli/bastelfreak-patch-2
puppet-lint: Require 4.x
2 parents b241793 + bfb5cdd commit 0b58a81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

voxpupuli-puppet-lint-plugins.gemspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ Gem::Specification.new do |s|
1212
s.files = ['README.md', 'LICENSE']
1313
s.required_ruby_version = '>= 2.7.0'
1414

15-
# pull in puppet-lint 3.4 or newer.
15+
# pull in puppet-lint 4 or newer.
1616
# Also it vendors top_scope_facts-check and legacy_facts-check
17-
s.add_runtime_dependency 'puppet-lint', '>= 3.4', '< 5'
17+
s.add_runtime_dependency 'puppet-lint', '~> 4.0'
1818
s.add_runtime_dependency 'puppet-lint-absolute_classname-check', '~> 4.0'
1919
s.add_runtime_dependency 'puppet-lint-anchor-check', '~> 2.0'
2020
s.add_runtime_dependency 'puppet-lint-file_ensure-check', '~> 2.0'

0 commit comments

Comments
 (0)