From 64555f8dc4253eb14b712a320bc208afe51b350d Mon Sep 17 00:00:00 2001 From: Gavin Patton Date: Wed, 18 Oct 2023 18:08:24 +0100 Subject: [PATCH] Using the now-maintained puppetlabs-puppet-lint over puppet-lint --- puppet-lint-unquoted_string-check.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-lint-unquoted_string-check.gemspec b/puppet-lint-unquoted_string-check.gemspec index e37238c..b903c41 100644 --- a/puppet-lint-unquoted_string-check.gemspec +++ b/puppet-lint-unquoted_string-check.gemspec @@ -19,5 +19,5 @@ Gem::Specification.new do |spec| spec.required_ruby_version = '>= 2.7' - spec.add_dependency 'puppet-lint', '>= 3', '< 5' + spec.add_dependency 'puppetlabs-puppet-lint', '~> 5.0' end