Skip to content

Commit

Permalink
Support puppet-lint 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Sep 28, 2023
1 parent 28e5bf7 commit 315a151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet-lint-spaceship_operator_without_tag-check.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
A puppet-lint plugin to check that spaceship operator is called with a tag.
EOF

spec.add_dependency 'puppet-lint', '>= 1.0', '< 3.0'
spec.add_dependency 'puppet-lint', '>= 1.0', '< 5.0'
spec.add_development_dependency 'rake', '~> 13.0'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rspec-collection_matchers', '~> 1.0'
Expand Down

0 comments on commit 315a151

Please sign in to comment.