Skip to content
Snippets Groups Projects
Commit d37befc4 authored by Steven Pritchard's avatar Steven Pritchard Committed by Amit Karsale
Browse files

Update facterdb to 3.x and rspec-puppet-facts to 5.x for Ruby >= 3

parent 7e53a025
No related branches found
No related tags found
No related merge requests found
......@@ -539,12 +539,20 @@ Gemfile:
version: '~> 5.0'
- gem: 'facterdb'
version: '~> 2.1'
condition: "Gem::Requirement.create(['< 3.0.0']).satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))"
- gem: 'facterdb'
version: '~> 3.0'
condition: "Gem::Requirement.create(['>= 3.0.0']).satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))"
- gem: 'metadata-json-lint'
version: '~> 4.0'
- gem: 'json-schema'
version: '< 5.1.1'
- gem: 'rspec-puppet-facts'
version: '~> 4.0'
condition: "Gem::Requirement.create(['< 3.0.0']).satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))"
- gem: 'rspec-puppet-facts'
version: '~> 5.0'
condition: "Gem::Requirement.create(['>= 3.0.0']).satisfied_by?(Gem::Version.new(RUBY_VERSION.dup))"
- gem: 'dependency_checker'
version: '~> 1.0.0'
- gem: 'parallel_tests'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment