Skip to content

Commit d30ded5

Browse files
committed
(CONT-332) Change puppet-lint version dependency
Prior to this commit, this plugin require puppet-lint to be v3.0.0. It became apparent when testing the installation of the plugin gem in other modules' Gemfiles that the puppet-lint version is not always >=v3.0.0. This commit changes the version of puppet-lint which this plugin's gem depends to v1.
1 parent e1b5618 commit d30ded5

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', '~> 3.0.0'
25+
spec.add_dependency 'puppet-lint', '>= 1.0', '< 4'
2626
end

0 commit comments

Comments
 (0)