From 962675f71703ddfff0e54dd8a2badd170fff7812 Mon Sep 17 00:00:00 2001 From: Tim Meusel Date: Thu, 23 May 2024 17:44:28 +0200 Subject: [PATCH] puppetlabs_spec_helper: Require 7.3 latest version manages rspec like we need that. That means by requiering 7.3, we can delete .rspec/.rspec_parallel from modulesync_config. https://github.com/voxpupuli/modulesync_config/pull/895 --- voxpupuli-test.gemspec | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/voxpupuli-test.gemspec b/voxpupuli-test.gemspec index 8825336..d4c028c 100644 --- a/voxpupuli-test.gemspec +++ b/voxpupuli-test.gemspec @@ -20,9 +20,7 @@ Gem::Specification.new do |s| s.add_runtime_dependency 'facterdb', '>= 1.4.0', '< 2' s.add_runtime_dependency 'metadata-json-lint', '~> 4.0' s.add_runtime_dependency 'parallel_tests', '~> 4.2' - # 4.0.0 provides rubocop annotations in GitHub Actions - # 5.0.0 supports the validation of REFERENCE.md - s.add_runtime_dependency 'puppetlabs_spec_helper', '~> 7.0', '>= 7.0.1' + s.add_runtime_dependency 'puppetlabs_spec_helper', '~> 7.3' # lazy dependency of the `validate` task. Will check the REFERENCE.md # 3.0.0 and later require Ruby 2.7 s.add_runtime_dependency 'puppet-strings', '~> 4.0'