From d002130b754bda42c51c40757df8e6a180ad9bb1 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Tue, 17 Aug 2021 11:14:19 +0200 Subject: [PATCH] pin voxpupuli-puppet-lint-plugins to 1.x --- voxpupuli-test.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voxpupuli-test.gemspec b/voxpupuli-test.gemspec index d4a4d26..f307466 100644 --- a/voxpupuli-test.gemspec +++ b/voxpupuli-test.gemspec @@ -29,7 +29,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' + s.add_runtime_dependency 'voxpupuli-puppet-lint-plugins', '~> 1.0' # development s.add_development_dependency 'rspec'