Skip to content

Commit 59d26af

Browse files
Update puppet-lint-strict_indent-check requirement from ~> 3.0 to >= 3, < 5
Updates the requirements on [puppet-lint-strict_indent-check](https://github.com/voxpupuli/puppet-lint-strict_indent-check) to permit the latest version. - [Release notes](https://github.com/voxpupuli/puppet-lint-strict_indent-check/releases) - [Changelog](https://github.com/voxpupuli/puppet-lint-strict_indent-check/blob/main/CHANGELOG.md) - [Commits](voxpupuli/puppet-lint-strict_indent-check@3.0.0...4.0.0) --- updated-dependencies: - dependency-name: puppet-lint-strict_indent-check dependency-version: 4.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d0d3593 commit 59d26af

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)