Skip to content

Commit

Permalink
require rspec-puppet-facts 5.x; drop legacy facts support
Browse files Browse the repository at this point in the history
rspec-puppet-facts uses FacterDB 3, which removed legacy facts.
  • Loading branch information
bastelfreak committed Jul 8, 2024
1 parent 931b4f4 commit f474b79
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 @@ -17,15 +17,15 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'rake', '~> 13.0', '>= 13.0.6'

# Testing
s.add_runtime_dependency 'facterdb', '~> 2.1'
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'
# 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', '~> 4.0'
s.add_runtime_dependency 'rspec-puppet-facts', '~> 4.0'
s.add_runtime_dependency 'rspec-puppet-facts', '~> 5.0'
s.add_runtime_dependency 'rspec-puppet-utils', '~> 3.4'

# Rubocop
Expand Down

0 comments on commit f474b79

Please sign in to comment.