Skip to content

Commit

Permalink
puppetlabs_spec_helper: Require 8.x
Browse files Browse the repository at this point in the history
PSH 8 drops some build tasks, that we don't use:

puppetlabs/puppetlabs_spec_helper@v7.4.0...v8.0.0
  • Loading branch information
bastelfreak committed Oct 8, 2024
1 parent e7bd738 commit 3152e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voxpupuli-test.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'facterdb', '~> 3.1'
s.add_runtime_dependency 'metadata-json-lint', '~> 4.0'
s.add_runtime_dependency 'parallel_tests', '~> 4.2'
s.add_runtime_dependency 'puppetlabs_spec_helper', '~> 7.3'
s.add_runtime_dependency 'puppetlabs_spec_helper', '~> 8.0'
# 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'
Expand Down

0 comments on commit 3152e54

Please sign in to comment.