Skip to content

Commit

Permalink
(CAT-1256) Roll out new puppet-lint gem
Browse files Browse the repository at this point in the history
Updating the puppet-lint runtime dependency with the new puppet-lint gem in the puppetlabs namespace. Modules will consume this gem from spec_helper.
  • Loading branch information
GSPatton committed Oct 10, 2023
1 parent 110e81e commit fb7acc3
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 @@ -30,7 +30,7 @@ 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-puppet-lint', '~> 5.0'
spec.add_runtime_dependency 'puppet-syntax', '~> 3.0'
spec.add_runtime_dependency 'rspec-github', '~> 2.0'
spec.add_runtime_dependency 'rspec-puppet', '~> 4.0'
Expand Down

0 comments on commit fb7acc3

Please sign in to comment.