mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Bump puppet-lint-empty_string-check from 0.2.2 to 1.0.0
Bumps [puppet-lint-empty_string-check](https://github.com/voxpupuli/puppet-lint-empty_string-check) from 0.2.2 to 1.0.0. - [Release notes](https://github.com/voxpupuli/puppet-lint-empty_string-check/releases) - [Changelog](https://github.com/voxpupuli/puppet-lint-empty_string-check/blob/master/CHANGELOG.md) - [Commits](https://github.com/voxpupuli/puppet-lint-empty_string-check/compare/0.2.2...1.0.0) --- updated-dependencies: - dependency-name: puppet-lint-empty_string-check dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
aa50854781
commit
bf654a0d08
2 changed files with 3 additions and 3 deletions
2
Gemfile
2
Gemfile
|
|
@ -34,7 +34,7 @@ group :development, :unit_tests do
|
|||
gem 'puppet-lint', '~> 2.3'
|
||||
gem 'puppet-lint-absolute_classname-check', '~> 3.0'
|
||||
gem 'puppet-lint-absolute_template_path', '~> 1.0'
|
||||
gem 'puppet-lint-empty_string-check', '~> 0.2'
|
||||
gem 'puppet-lint-empty_string-check', '~> 1.0'
|
||||
gem 'puppet-lint-leading_zero-check', '~> 0.1'
|
||||
gem 'puppet-lint-resource_reference_syntax', '~> 1.1'
|
||||
gem 'puppet-lint-spaceship_operator_without_tag-check', '~> 0.1'
|
||||
|
|
|
|||
|
|
@ -97,7 +97,7 @@ GEM
|
|||
puppet-lint (>= 1.0, < 3.0)
|
||||
puppet-lint-absolute_template_path (1.0.1)
|
||||
puppet-lint (>= 1.1, < 3.0)
|
||||
puppet-lint-empty_string-check (0.2.2)
|
||||
puppet-lint-empty_string-check (1.0.0)
|
||||
puppet-lint (>= 1.0, < 3.0)
|
||||
puppet-lint-leading_zero-check (0.1.1)
|
||||
puppet-lint (>= 1.0, < 3.0)
|
||||
|
|
@ -216,7 +216,7 @@ DEPENDENCIES
|
|||
puppet-lint (~> 2.3)
|
||||
puppet-lint-absolute_classname-check (~> 3.0)
|
||||
puppet-lint-absolute_template_path (~> 1.0)
|
||||
puppet-lint-empty_string-check (~> 0.2)
|
||||
puppet-lint-empty_string-check (~> 1.0)
|
||||
puppet-lint-leading_zero-check (~> 0.1)
|
||||
puppet-lint-resource_reference_syntax (~> 1.1)
|
||||
puppet-lint-spaceship_operator_without_tag-check (~> 0.1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue