Skip to content

Commit

Permalink
Merge pull request #1 from bastelfreak/patch-1
Browse files Browse the repository at this point in the history
Allow latest puppet-lint version
  • Loading branch information
rswarts authored Feb 6, 2023
2 parents c6e5086 + 0f95c50 commit e5e4a4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion puppet-lint-param-types.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
A new check for puppet-lint that validates that all parameters are typed.
EOF

spec.add_dependency 'puppet-lint', '>= 1.1', '< 3.0'
spec.add_dependency 'puppet-lint', '>= 1.1', '< 4'
spec.add_development_dependency 'rspec', '~> 3.0'
spec.add_development_dependency 'rspec-its', '~> 1.0'
spec.add_development_dependency 'rspec-collection_matchers', '~> 1.0'
Expand Down

0 comments on commit e5e4a4e

Please sign in to comment.