From b78d851fdbafb8b6ce3e6ae30a8c4c99476ed436 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 13 Sep 2024 08:34:56 +0200 Subject: [PATCH] voxpupuli-rubocop: Update to 2.0->2.8.0 On all projects we already pin to the patch release to ensure dependabot informs us about updates in a PR. --- voxpupuli-puppet-lint-plugins.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxpupuli-puppet-lint-plugins.gemspec b/voxpupuli-puppet-lint-plugins.gemspec index 72667e2..43bdac2 100644 --- a/voxpupuli-puppet-lint-plugins.gemspec +++ b/voxpupuli-puppet-lint-plugins.gemspec @@ -34,5 +34,5 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'puppet-lint-version_comparison-check', '~> 2.0' s.add_development_dependency 'rake', '~> 13.0', '>= 13.0.6' - s.add_development_dependency 'voxpupuli-rubocop', '~> 2.0' + s.add_development_dependency 'voxpupuli-rubocop', '~> 2.8.0' end