Skip to content

Commit

Permalink
Merge pull request #118 from bastelfreak/foo
Browse files Browse the repository at this point in the history
rspec-puppet: Update 3.x to 4.x & metadata-json-lint: Update 3.x to 4.x
  • Loading branch information
sebastianrakel authored Oct 11, 2023
2 parents 8014068 + 64f5804 commit e0be227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions voxpupuli-test.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ Gem::Specification.new do |s|

# Testing
s.add_runtime_dependency 'facterdb', '>= 1.4.0', '< 2'
s.add_runtime_dependency 'metadata-json-lint', '~> 3.0', '>= 3.0.3'
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', '~> 6.0', '>= 6.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'
s.add_runtime_dependency 'rspec-puppet', '~> 3.0'
s.add_runtime_dependency 'rspec-puppet', '~> 4.0'
s.add_runtime_dependency 'rspec-puppet-facts', '~> 2.0', '>= 2.0.5'
s.add_runtime_dependency 'rspec-puppet-utils', '~> 3.4'

Expand Down

0 comments on commit e0be227

Please sign in to comment.