diff --git a/puppet-lint-strict_indent-check.gemspec b/puppet-lint-strict_indent-check.gemspec index 8f4cf32..43c128c 100644 --- a/puppet-lint-strict_indent-check.gemspec +++ b/puppet-lint-strict_indent-check.gemspec @@ -19,5 +19,5 @@ Gem::Specification.new do |spec| spec.required_ruby_version = '>= 2.7.0' - spec.add_dependency 'puppet-lint', '>= 3', '< 5' + spec.add_dependency 'puppetlabs-puppet-lint', '~> 5.0' end