From 3d846fe666c3db0b0e2d11902c64918c372626f2 Mon Sep 17 00:00:00 2001 From: Gavin Patton Date: Wed, 18 Oct 2023 18:07:02 +0100 Subject: [PATCH] Using the now-maintained puppetlabs-puppet-lint over puppet-lint --- puppet-lint-strict_indent-check.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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