Skip to content

Commit 7953c27

Browse files
authored
Merge pull request voxpupuli#62 from voxpupuli/dependabot/bundler/puppet-lint-strict_indent-check-gte-3-and-lt-5
Update puppet-lint-strict_indent-check requirement from ~> 3.0 to >= 3, < 5
2 parents d0d3593 + 59d26af commit 7953c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

voxpupuli-puppet-lint-plugins.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Gem::Specification.new do |s|
2626
s.add_dependency 'puppet-lint-params_empty_string-check', '~> 2.0'
2727
s.add_dependency 'puppet-lint-param-types', '~> 2.0'
2828
s.add_dependency 'puppet-lint-resource_reference_syntax', '~> 2.0'
29-
s.add_dependency 'puppet-lint-strict_indent-check', '~> 3.0'
29+
s.add_dependency 'puppet-lint-strict_indent-check', '>= 3', '< 5'
3030
s.add_dependency 'puppet-lint-topscope-variable-check', '~> 2.0'
3131
s.add_dependency 'puppet-lint-trailing_comma-check', '~> 2.0'
3232
s.add_dependency 'puppet-lint-unquoted_string-check', '~> 3.0'

0 commit comments

Comments
 (0)