From 2f91f634c3248b64a9934103c4ba93c1631fce9b Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Fri, 28 Apr 2023 09:00:15 +0200 Subject: [PATCH] voxpupuli-puppet-lint-plugins: Require 5.x --- voxpupuli-test.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxpupuli-test.gemspec b/voxpupuli-test.gemspec index a3427c4..de85f72 100644 --- a/voxpupuli-test.gemspec +++ b/voxpupuli-test.gemspec @@ -37,7 +37,7 @@ Gem::Specification.new do |s| # Linting # meta gem to pull in all puppet-lint plugins + puppet-lint itself - s.add_runtime_dependency 'voxpupuli-puppet-lint-plugins', '~> 4.0' + s.add_runtime_dependency 'voxpupuli-puppet-lint-plugins', '~> 5.0' # development s.add_development_dependency 'rspec'