Skip to content

Commit

Permalink
Merge pull request #16 from ekohl/puppet-lint-4
Browse files Browse the repository at this point in the history
Support puppet-lint 4.x
  • Loading branch information
ekohl authored Sep 28, 2023
2 parents 28e5bf7 + 315a151 commit b3f6014
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 b3f6014

Please sign in to comment.