Skip to content

Commit

Permalink
Merge pull request #122 from voxpupuli/psh
Browse files Browse the repository at this point in the history
puppetlabs_spec_helper: Require 7.x
  • Loading branch information
bastelfreak authored Nov 23, 2023
2 parents 3e95b07 + db000c0 commit 905c9f7
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 @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
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', '~> 6.0', '>= 6.0.1'
s.add_runtime_dependency 'puppetlabs_spec_helper', '~> 7.0', '>= 7.0.1'
# 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 905c9f7

Please sign in to comment.