From a17936700f71ebf86bc5a7c90c7491530d9e8e45 Mon Sep 17 00:00:00 2001 From: Gavin Patton Date: Wed, 18 Oct 2023 18:09:09 +0100 Subject: [PATCH] Using the now-maintained puppetlabs-puppet-lint over puppet-lint --- puppet-lint-variable_contains_upcase.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet-lint-variable_contains_upcase.gemspec b/puppet-lint-variable_contains_upcase.gemspec index bc9cedd..d6c8805 100644 --- a/puppet-lint-variable_contains_upcase.gemspec +++ b/puppet-lint-variable_contains_upcase.gemspec @@ -18,5 +18,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