Skip to content

Commit 59808fa

Browse files
Merge pull request #43 from puppetlabs/CAT-1301-Update_puppet_lint_dependency_to_match_vox
(CAT-1301) Update puppet-lint dependency to match vox
2 parents a916a00 + 28cd3b3 commit 59808fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

puppet-lint-check_unsafe_interpolations.gemspec

+1-1
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.5".freeze)
2424

25-
spec.add_dependency 'puppet-lint', '>= 1.0', '< 4'
25+
spec.add_dependency 'puppet-lint', '~> 4.0'
2626
end

0 commit comments

Comments
 (0)