Skip to content

Commit

Permalink
require puppetlabs_spec_helper 4
Browse files Browse the repository at this point in the history
4.0.0 provides rubocop annotations in GitHub Actions. This version was
tested in voxpupuli/puppet-wireguard#9.
  • Loading branch information
bastelfreak authored and alexjfisher committed Oct 18, 2021
1 parent 1fc31fa commit 51bec0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion voxpupuli-test.gemspec
Expand Up @@ -20,7 +20,8 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'facterdb', '>= 1.4.0'
s.add_runtime_dependency 'metadata-json-lint', '>= 3.0.1'
s.add_runtime_dependency 'parallel_tests'
s.add_runtime_dependency 'puppetlabs_spec_helper', '>= 2.16.0'
# 4.0.0 provides rubocop annotations in GitHub Actions
s.add_runtime_dependency 'puppetlabs_spec_helper', '>= 4.0.0'
s.add_runtime_dependency 'rspec-puppet-facts', '>= 2.0.1', '< 3'
s.add_runtime_dependency 'rspec-puppet-utils', '>= 1.9.5'

Expand Down

0 comments on commit 51bec0f

Please sign in to comment.