Skip to content

Commit

Permalink
puppet-lint-param-types: Allow 1.x
Browse files Browse the repository at this point in the history
The 1.0.0 release of puppet-lint-param-types is the first one after the
migration to Vox Pupuli. Also it allows puppet-lint 3.
  • Loading branch information
bastelfreak committed Feb 24, 2023
1 parent e58be94 commit 881b6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion voxpupuli-puppet-lint-plugins.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'puppet-lint-optional_default-check', '~> 1.1'
s.add_runtime_dependency 'puppet-lint-param-docs', '>= 1.7.6', '< 2.0.0'
s.add_runtime_dependency 'puppet-lint-params_empty_string-check', '~> 1.0'
s.add_runtime_dependency 'puppet-lint-param-types', '~> 0.0'
s.add_runtime_dependency 'puppet-lint-param-types', '~> 1.0'
s.add_runtime_dependency 'puppet-lint-resource_reference_syntax', '~> 1.1'
s.add_runtime_dependency 'puppet-lint-strict_indent-check', '~> 2.1'
s.add_runtime_dependency 'puppet-lint-top_scope_facts-check', '>= 1.0.1', '< 2.0.0'
Expand Down

0 comments on commit 881b6a7

Please sign in to comment.