Skip to content

Commit

Permalink
(CAT-1222) - Require puppetlabs-rspec-puppet over rspec-puppet
Browse files Browse the repository at this point in the history
this commit requires the newer puppetlabs-rspec-puppet (official
puppet supported) over rspec-puppet. (no longer puppet supported)
  • Loading branch information
jordanbreen28 committed Oct 18, 2023
1 parent 2707815 commit f41dc6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppetlabs_spec_helper.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency 'mocha', '~> 1.0'
spec.add_runtime_dependency 'pathspec', '>= 0.2', '< 2.0.0'
spec.add_runtime_dependency 'puppet-lint', '~> 4.0'
spec.add_runtime_dependency 'puppetlabs-rspec-puppet', '~> 5.0'

Check failure on line 34 in puppetlabs_spec_helper.gemspec

View workflow job for this annotation

GitHub Actions / spec (2.7) / spec

Gemspec/OrderedDependencies: Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency `puppetlabs-rspec-puppet` should appear before `puppet-lint`.

Check failure on line 34 in puppetlabs_spec_helper.gemspec

View workflow job for this annotation

GitHub Actions / spec (3.2) / spec

Gemspec/OrderedDependencies: Dependencies should be sorted in an alphabetical order within their section of the gemspec. Dependency `puppetlabs-rspec-puppet` should appear before `puppet-lint`.
spec.add_runtime_dependency 'puppet-syntax', '~> 3.0'
spec.add_runtime_dependency 'rspec-github', '~> 2.0'
spec.add_runtime_dependency 'rspec-puppet', '~> 4.0'

spec.requirements << 'puppet, >= 7.0.0'
end

0 comments on commit f41dc6e

Please sign in to comment.