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 28, 2021
1 parent 7a1ea95 commit 604c368
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ jobs:
fail-fast: false
matrix:
include:
- ruby: "2.4"
- ruby: "2.5"
- ruby: "2.6"
- ruby: "2.7"
Expand Down
5 changes: 3 additions & 2 deletions voxpupuli-test.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ Gem::Specification.new do |s|

s.files = Dir['lib/**/*.rb', 'rubocop.yml']

s.required_ruby_version = '>= 2.4.0'
s.required_ruby_version = '>= 2.5.0'

s.add_runtime_dependency 'rake'

# Testing
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 604c368

Please sign in to comment.