From 66706e3520721b50e9cfe4ade202cf772c1b9f82 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 26 Nov 2021 10:46:27 +0100 Subject: [PATCH] voxpupuli-puppet-lint-plugins: Require 3.x --- voxpupuli-test.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxpupuli-test.gemspec b/voxpupuli-test.gemspec index 7dc7074..32c9b00 100644 --- a/voxpupuli-test.gemspec +++ b/voxpupuli-test.gemspec @@ -32,7 +32,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', '~> 2.0' + s.add_runtime_dependency 'voxpupuli-puppet-lint-plugins', '~> 3.0' # development s.add_development_dependency 'rspec'