Skip to content

Commit

Permalink
Require FacterDB 2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jun 7, 2024
1 parent fd60000 commit 51c3f8d
Show file tree
Hide file tree
Showing 3 changed files with 107 additions and 163 deletions.
2 changes: 1 addition & 1 deletion rspec-puppet-facts.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ Gem::Specification.new do |s|

s.add_runtime_dependency 'deep_merge', '~> 1.2'
s.add_runtime_dependency 'facter', '< 5'
s.add_runtime_dependency 'facterdb', '>= 0.5.0', '< 2'
s.add_runtime_dependency 'facterdb', '~> 2.0', '>= 2.0.1'
s.add_runtime_dependency 'puppet', '>= 7', '< 9'
end
10 changes: 5 additions & 5 deletions spec/fixtures/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,16 @@
{
"operatingsystem": "Debian",
"operatingsystemrelease": [
"7",
"8"
"11",
"12"
]
},
{
"operatingsystem": "RedHat",
"operatingsystemrelease": [
"5",
"6",
"7"
"7",
"8",
"9"
]
}
],
Expand Down
Loading

0 comments on commit 51c3f8d

Please sign in to comment.