Skip to content

Commit 0441be3

Browse files
committed
(MAINT) Bump puppet-lint dependency
This commit sets the minium required version of puppet-lint to v3.0.0. As of this version puppet-lints rubocop config is bundled with the gem. This means that we can now consume it in plugin projects.
1 parent e81a82f commit 0441be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppet-lint-check_unsafe_interpolations.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ Gem::Specification.new do |spec|
2222
spec.license = 'Apache-2.0'
2323
spec.required_ruby_version = Gem::Requirement.new(">= 2.7".freeze)
2424

25-
spec.add_dependency 'puppet-lint', '~> 2.0'
25+
spec.add_dependency 'puppet-lint', '~> 3.0.0'
2626
end

0 commit comments

Comments
 (0)